@charset 'UTF-8'; /*******RESET********/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, textarea, th, td, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

header, hgroup, section, article, aside, figure, figcaption, nav, footer {
    display: block;
}

ul, ol, li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden {
    visibility: hidden;
    overflow: hidden;
}

.none, .menu-bt-container {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
}

.maj {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.valign {
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}

strong {
    font-family: 'avalonbold';
}

.center {
    text-align: center;
}

img.center {
    display: block;
    margin: 0 auto;
}

.rose {
    color: #df4d90;
}

.vert {
    color: #9acb45;
}

.bleu {
    color: #25b5e9;
}

.violet {
    color: #b5a9d3;
}

.emeraude {
    color: #00adad;
}

.orange {
    color: #f89b6e;
}

.col1 {
    width: 49%;
    float: left;
}

.col2 {
    width: 49%;
    float: right;
}

.container {
    max-width: 1310px;
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.containerlarge {
    width: 1310px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
    height: auto;
}

.product-view .table-container {
    overflow-x: auto;
}

.product-view .table-container table {
    display: block;
    min-width: 500px;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-family: 'avalonregular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    padding-top: 115px;
}

body.cms-home {
    padding-top: 0px;
}

body.header-produit-fixed {
    padding-top: 190px;
}

@font-face {
    font-family: 'avalonregular';
    src: url('font/avalon-webfont.eot');
    src: url('font/avalon-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/avalon-webfont.woff2') format('woff2'),
    url('font/avalon-webfont.woff') format('woff'),
    url('font/avalon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avalonbold';
    src: url('font/avalon_bold-webfont.eot');
    src: url('font/avalon_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/avalon_bold-webfont.woff2') format('woff2'),
    url('font/avalon_bold-webfont.woff') format('woff'),
    url('font/avalon_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('font/icomoon.eot');
    src: url('font/icomoon.eot#iefix') format('embedded-opentype'),
    url('font/icomoon.ttf') format('truetype'),
    url('font/icomoon.woff') format('woff'),
    url('font/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e900";
}

.icon-left-quote:before {
    content: "\e920";
}

.icon-user:before {
    content: "\e901";
}

.icon-shop:before {
    content: "\e902";
}

.icon-close:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-twitter:before {
    content: "\e905";
}

.icon-youtube:before {
    content: "\e906";
}

.icon-viadeo-logo:before {
    content: "\e907";
}

@font-face {
    font-family: 'icomoon2';
    src: url('font/icomoon2.eot');
    src: url('font/icomoon2.eot#iefix') format('embedded-opentype'),
    url('font/icomoon2.ttf') format('truetype'),
    url('font/icomoon2.woff') format('woff'),
    url('font/icomoon2.svg#icomoon2') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-linkedin2:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eaea";
}

.icon-left-arrow:before {
    content: "\e908";
}

.icon-tick:before {
    content: "\e909";
}

.icon-down-arrow:before {
    content: "\e90a";
}

.icon-plus:before {
    content: "\e90b";
}

.icon-minus:before {
    content: "\e90c";
}

.icon-sort:before {
    content: "\e90d";
}

.icon-sort-1:before {
    content: "\e90e";
}

.icon-catalogue:before {
    content: "\e90f";
}

.icon-interview:before {
    content: "\e910";
}

.icon-receipt:before {
    content: "\e911";
}

.icon-pdf:before {
    content: "\e912";
}

.icon-credit-card:before {
    content: "\e913";
}

.icon-warehouse:before {
    content: "\e914";
}

.icon-stopwatch:before {
    content: "\e915";
}

.icon-shield:before {
    content: "\e916";
}

.icon-first-aid-kit:before {
    content: "\e917";
}

.icon-uniform:before {
    content: "\e918";
}

.icon-magnifying-glass:before {
    content: "\e919";
}

.icon-menu:before {
    content: "\e91a";
}


header {
    position: fixed;
    width: 100%;
    height: 115px;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 999;
    border-bottom: 1px solid #f0f0f2;
}

header .baseline {
    background: #f0f0f2;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

header .baseline .menu-univers {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

header .baseline .menu-univers li {
    padding: 0 20px;
}

header .baseline .menu-univers li.menu-boutique {
    background: #df4d90;
}

.menu-univers li.menu-boutique {
    display: none;
}

.categorie-tms-handicap .menu-univers li.menu-boutique,
.categorie-prevention-qvt .menu-univers li.menu-boutique {
    display: block;
}

header .baseline .menu-univers li.menu-tms {
    background: #9acb45;
}

.categorie-tms-handicap .menu-univers li.menu-tms {
    display: none;
}

header .baseline .menu-univers li.menu-prevention {
    background: #25b5e9;
}

.categorie-prevention-qvt .menu-univers li.menu-prevention {
    display: none;
}

header .baseline .menu-univers li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.cms-home h1 {
    height: 86px;
    background: #fff;
}

header .logo {
    position: relative;
    z-index: 9;
}

.cms-home .menu-home {
    display: block;
    position: absolute;
    left: 50px;
    top: 60px;
}

.cms-home .menu-home a {
    color: #000;
    font-size: 25px;
    position: relative;
    left: 0;
    top: 0;
}

.cms-home .menu-home .search-menu {
    margin-right: 20px;
}

.cms-home .menu-home .search-menu a {
    display: block;
    width: 25px;
    height: 25px;
}

.cms-home .menu-home .search-menu i {
    position: absolute;
    left: 0;
    top: 0;
}

.cms-home .menu-home .search-menu a .icon-magnifying-glass {
    opacity: 1;
}

.cms-home .menu-home .search-menu a.active .icon-magnifying-glass {
    opacity: 0;
}

.cms-home .menu-home .search-menu a .icon-close {
    opacity: 0;
}

.cms-home .menu-home .search-menu a.active .icon-close {
    opacity: 1;
}


.cms-home .menu-home span {
    display: none;
}

.cms-home .menu-home li {
    display: inline-block;
}


header .menu-bt {
    color: #000;
    position: absolute;
    left: 50px;
    top: 60px;
    font-size: 25px;
    display: block;
    width: 25px;
    height: 25px;
}

home header .menu-bt {
    position: relative;
    left: 0;
    top: 0;
}

.page .menu-mobile {
    display: none;
}

header .menu-bt span {
    display: none;
}

header .menu-bt i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
}

header .menu-bt .icon-menu {
    opacity: 1;
}

header .menu-bt.active .icon-menu {
    opacity: 0;
}

header .menu-bt .icon-close {
    opacity: 0;
}

header .menu-bt.active .icon-close {
    opacity: 1;
}

.cms-home nav {
    position: fixed;
    width: 33.333%;
    height: 100%;
    left: -50%;
    top: 0;
    box-sizing: border-box;
    background: #f0f0f2;
    z-index: 99;
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page nav {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 83px;
    background: #fff;
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
}

.page nav > ul {
    height: 100%;
}

.page nav > ul > li {
    height: 100%;
    line-height: 83px;
}

.page nav > ul > li > a {
    height: 100%;
    display: block;
}

header .menu-client {
    position: absolute;
    right: 50px;
    top: 55px;
    z-index: 99;
}

.page nav ul li, header ul.menu-client li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.page nav ul li a, header ul.menu-client li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'avalonbold';
}

.page nav ul li.search-menu span {
    font-size: 0;
}

header ul.menu-client li i {
    font-size: 25px;
    margin-right: 10px;
}

.page nav ul li#category-node-852, .page nav ul li#category-node-896 {
    display: none;
}

.categorie-tms-handicap .page nav ul li#category-node-816 {
    display: none;
}

.categorie-tms-handicap .page nav ul li#category-node-852 {
    display: inline-block;
}

.categorie-prevention-qvt .page nav ul li#category-node-816 {
    display: none;
}

.categorie-prevention-qvt .page nav ul li#category-node-896 {
    display: inline-block;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */

.minicart .count {
    position: absolute;
    left: 35px;
    top: 0;
}

.header-minicart {
    display: inline-block;
}

@media only screen and (max-width: 770px) {
    .header-minicart {
        display: block;
    }
}

@media only screen and (min-width: 771px) {
    .header-minicart {
        position: absolute;
        right: -50px;
        bottom: -25px;
    }
}

.minicart .minicart-message {
    display: block;
    padding: 10px;
}

.minicart .empty {
    padding: 10px;
    text-align: center;
}

.minicart .minicart-wrapper {
    clear: both;
    position: relative;
}

.minicart .minicart-wrapper:before, .minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.minicart .minicart-wrapper:after {
    background-image: url("https://www.ceciaa.com/skin/frontend/dyslexie/ceciaa/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.minicart .minicart-wrapper.loading {
    position: relative;
}

.minicart .minicart-wrapper.loading:before, .minicart .minicart-wrapper.loading:after {
    display: block;
}

.minicart .block-cart {
    left: 180px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.minicart .block-subtitle {
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.minicart .block-subtitle .close {
    width: 40px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: -3px;
}

.minicart .mini-products-list {
    padding: 10px;
    padding-top: 0px;
}

.page .minicart .mini-products-list li {
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    width: 100%;
}

.minicart .mini-products-list li.last {
    border: none;
}

.minicart .mini-products-list li .product-details {
    position: relative;
}

.minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold;
}

.minicart .product-details .product-name a {
}

.minicart .info-wrapper {
    margin-bottom: 0.5em;
}

.minicart .info-wrapper th {
    padding-right: 10px;
    font-size: 13px;
}

.minicart .info-wrapper td {
    clear: right;
    text-align: left;
}

.minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}

.minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px;
}

.minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}

.minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
}

.minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}

.page .minicart .remove {
    font-size: 12px;
    display: block;
    text-align: left;
    text-transform: initial;
}

.minicart .subtotal {
    background-color: #fff;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    text-align: center;
    line-height: 2em;
}

.minicart .subtotal .label {
    color: #000;
    text-transform: uppercase;
}

.minicart .subtotal .price {

}

.minicart .minicart-actions {
    padding: 10px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.minicart .minicart-actions .checkout-button {
    min-width: 145px;
}

.minicart .minicart-actions .cart-link {
    height: 33px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 13px;
}

.minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
}

.minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none;
}

.minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none;
}

.minicart .jcarousel-control-prev,
.minicart .jcarousel-control-next {
    display: none;
}

.minicart.skip-active .block-cart,
.block-cart.skip-active {
    left: -190px;
}

@media only screen and (min-width: 771px) {
    .checkout-types.minicart {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .minicart a.skip-cart {
        z-index: 1;
    }
}

@media only screen and (max-width: 770px) {
    .minicart .subtotal .label {
        color: #636363;
    }

    .minicart .minicart-wrapper:before {
        background-color: #EDEDED;
    }

    .minicart .quantity-button {
        float: none;
    }

    .minicart .header-minicart .block-cart {
        padding: 15px;
    }

    .minicart .header-minicart .block-subtitle {
        padding-top: 59px;
    }

    .minicart .minicart-actions {
        padding-bottom: 33px;
    }

    .minicart .minicart-actions .cart-link {
        bottom: 0;
        right: 10px;
        position: absolute;
    }

    .minicart .minicart-actions .checkout-types.minicart li {
        display: inline-block;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
        display: inline;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 740px) {
    .minicart .minicart-actions .cart-link {
        right: auto;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        line-height: 1.6;
    }
}

@media only screen and (max-width: 599px) {
    .minicart .minicart-actions .checkout-button {
        width: 100%;
    }
}

.minicart #header-cart {
    width: 350px;
    position: absolute;
    top: 60px;
    padding: 20px;
    background: #f0f0f2;
    border: 1px solid #d7d7dc;
}

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
    float: left;
    min-width: 50px;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.mini-products-list .product-details .product-name {
    padding-top: 0px;
    text-align: left;
}

.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}

.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
    display: block;
}

.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}


.cms-home nav.active {
    left: 0;
}

.cms-home nav > ul {
    padding: 170px 50px 0px 30px;
}

.cms-home nav ul li {
    margin-left: 20px;
    padding: 5px 0px;
}

/*
.cms-home nav ul li#menu-852, .cms-home nav ul li#menu-896
{
display:none;
}
*/

.cms-home nav a {
    text-transform: uppercase;
    color: #000;
}

.cms-home nav a i {
    color: #9f9fa2;
    font-size: 15px;
    margin-right: 5px;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cms-home nav a i.icon-user {
    transform: rotate(0deg);
    font-size: 25px;
    color: #000;
}

.cms-home nav a.active i {
    transform: rotate(0deg);
}

.cms-home nav a span#category-817 {
    color: #9acb45;
}

.cms-home nav a span#category-818 {
    color: #b5a9d3;
}

.cms-home nav a span#category-819 {
    color: #25b5e9;
}

.cms-home nav a span#category-820 {
    color: #00adad;
}

.cms-home nav a span#category-821 {
    color: #f89b6e;
}

.cms-home nav ul.s-nav {
    display: none;
}

.cms-home nav ul li.menu-produit ul.s-nav {
    display: block;
}

.cms-home nav ul.s-nav > li {
    border-bottom: 1px solid #c7c7ca;
}

.cms-home nav ul.s-nav > li ul {
    display: none;
}

.page .s-nav.large, .page nav ul.level0 {
    position: fixed;
    width: 100%;
    left: 0;
    top: -100vh;
    background: #f0f0f2;
    display: flex;
    padding: 20px 50px 50px 50px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}

.page .s-nav.mini, .page nav ul.level0.s-nav-888 {
    position: absolute;
    left: 0;
    top: -100vh;
    background: #f0f0f2;
    padding: 20px 20px 20px 10px;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
    width: 530px;
}

.page li:hover > .s-nav.large, .page nav li:hover > ul.level0 {
    top: 115px;
}

.page li:hover > .s-nav.mini, .page li:hover > ul.level0.s-nav-888 {
    top: 85px;
}

.page .s-nav ul, .page nav ul.level0 ul {
    line-height: 25px;
}

.page .s-nav.large li, .page .s-nav.mini li, .page nav ul.level0 li {
    text-align: left;
    display: block;
    padding: 0;
    line-height: 25px;
}

.page .s-nav.large > li, .page nav ul.level0 > li {
    padding: 0 10px;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    line-height: 25px;
}

.page nav ul.level0.s-nav-888 > li {
    width: 100%;
    border: 0;
}

.page nav ul.level0 li figure.menu-illu {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page nav ul.level0 li figure.menu-illu img {
    display: block;
    width: 100%;
    height: auto;
}

.page .s-nav li a, .page nav ul.level0 li a {
    font-family: 'avalonregular';
}

.page .s-nav li a:hover, .page nav ul.level0 li a:hover {
    opacity: 0.5;
}

.page .s-nav.large > li > a, .page nav ul.level0 > li > a {
    display: block;
    margin-bottom: 20px;
}

.page nav ul.level0.s-nav-896 > li > a {
    font-family: 'avalonbold';
}

.page nav ul.level0.s-nav-888 > li > a {
    margin-bottom: 10px;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-817 > a, .page nav ul.level0 > li#category-node-853 > a {
    color: #9acb45;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-818 > a, .page nav ul.level0 > li#category-node-854 > a {
    color: #b5a9d3;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-819 > a, .page nav ul.level0 > li#category-node-855 > a {
    color: #25b5e9;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-820 > a, .page nav ul.level0 > li#category-node-856 > a {
    color: #00adad;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-1036 > a, .page nav ul.level0 > li#category-node-857 > a {
    color: #f89b6e;
}


.page .s-nav.large > li > a:hover, .page nav ul.level0 > li > a:hover {
    opacity: 1;
}

.page nav .search-menu {
    margin-right: 20px;
}

.page nav .search-menu a i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 28px;
    font-size: 25px;
}

.page nav .search-menu a .icon-magnifying-glass {
    opacity: 1;
}

.page nav .search-menu a.active .icon-magnifying-glass {
    opacity: 0;
}

.page nav .search-menu a .icon-close {
    opacity: 0;
}

.page nav .search-menu a.active .icon-close {
    opacity: 1;
}

.search-container {
    width: 400px;
    height: 50px;
    background: #f0f0f2;
    position: fixed;
    left: 50px;
    top: 50px;
    text-align: left;
    padding: 0px 10px;
    box-sizing: border-box;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-container.active {
    top: 115px;
    padding-top:5px;
}

.search-container i {
    font-size: 25px;
    position: relative;
    top: 0px;
    margin-right: 15px;
}

.search-container form {
    display: inline-block;
    float: none;
    width: 85%;
    border: 0;
}

.search-container input, .search-container .searchautocomplete .nav .nav-input input {
    background: none;
    font-size: 18px;
    width: 320px;
    height: auto;
    font-weight: 300;
    font-family: 'avalonregular', Arial, Helvetica Neue, Helvetica, sans-serif;
}

.search-container .searchautocomplete .nav-submit-button {
    display: none;
}

.search-container .searchautocomplete .all a {
    color: #9acb45;
}

.search-container .searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
    color: #000;
}

section.univers {
    width: 100%;
    height: 100%;
    background: #ccc;
    padding-top: 115px;
    box-sizing: border-box;
    position: relative;
}

section.univers .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

section.univers .bg.active {
    opacity: 1;
}

section.univers .bg0 {
    background: url(images/header-univers1.jpg) no-repeat center center;
    background-size: cover;
}

section.univers .bg1 {
    background: url(images/header-univers2.jpg) no-repeat center center;
    background-size: cover;
}

section.univers .bg2 {
    background: url(images/header-univers3.jpg) no-repeat center center;
    background-size: cover;
}

section.univers ul {
    display: flex;
    height: 100%;
}

section.univers ul li {
    width: 33.333%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

section.univers ul li:nth-child(2) {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}

section.univers ul li::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section.univers ul li:nth-child(1):hover::before {
    opacity: 0.5;
    background: #9acb45;
}

section.univers ul li:nth-child(2):hover::before {
    opacity: 0.5;
    background: #25b5e9;
}

section.univers ul li:nth-child(3):hover::before {
    opacity: 0.5;
    background: #df4d90;
}

/*
section.univers ul li:hover::before
{
opacity:0.5;
}
*/

section.univers ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

section.univers ul li a .texte {
    margin: auto;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'avalonregular';
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
}

section.univers ul li a .texte h2 {
    font-family: 'avalonbold';
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 70px;
    line-height: 45px;
}

section.univers a.link-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    font-size: 50px;
    margin-left: -25px;
    z-index: 9;
    width: 50px;
    height: 50px;
}

section.univers a.link-down:hover {
    bottom: 40px;
}

.main {
    padding: 50px 0px;
}

.category-boutique #main, .categorie-boutique #main {
    padding-bottom: 0;
    padding-top: 0;
}

.main.gris {
    background: #f0f0f2;
}
.main.gris.top-catalog {
    /*background: #f0f0f2;*/
    background: #f0f0f2 url('images/categorie-bureaux-assis-debout.jpg') no-repeat center;
    color:#fff;
}

.cms-home #main h2, .page #main h1, .page #main h2 .l1 {
    display: block;
    font-family: 'avalonbold';
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 5px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.page #main h2 .l1 {
    line-height: normal;
    margin-bottom: -60px;
    margin-top: 30px;
}

.cms-home #main h3, .page #main h2, .page #main h1 .l2 {
    display: block;
    font-family: 'avalonregular';
    font-weight: normal;
    font-size: 50px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: -30px;
    line-height: 60px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.page #main h1 .l2 {
    text-transform: none;
    margin-top: 0;
    letter-spacing: normal;
}

.page .product-view .main h2 {
    margin-top: 30px !important;
    /*margin-bottom: 80px !important;*/
}

.page .product-view .main h2 .l1 {
    margin-top: -30px !important;
}

.page .product-view .main .container h1 + h2 {
    margin-top: -30px;
}

.main p {
    line-height: 25px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.main .sous-titre {
    font-family: 'avalonbold';
    font-size: 35px;
    margin-bottom: 30px;
}

#main .bouton {
    display: inline-block;
    background: #df4d90;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'avalonbold';
    letter-spacing: 5px;
    text-align: center;
    /*height: 50px;*/
    line-height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #df4d90;
    text-decoration: none;
}

#main .bouton:hover {
    background: transparent;
    color: #df4d90;
}

#main .bouton.devis-bt {
    background: #25b5e9;
    border: 1px solid #25b5e9;
}

#main .bouton.devis-bt:hover {
    background: transparent;
    color: #25b5e9;
}

.main .liste-produits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main .liste-produits li {
    width: 230px;
    text-align: center;
    margin-bottom: 50px;
}

.main .liste-produits li img {
    width: 130px;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main .liste-produits li img:hover {
    transform: scale(1.02);
}

.main .liste-produits li a {
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
}

.main .liste-produits li a:hover {
    text-decoration: none;
}

.main .liste-produits li .separation {
    display: inline-flex;
    height: 10px;
}

.main .liste-produits li .separation.vert {
    border-right: 1px solid #9acb45;
}

.main .liste-produits li .separation.violet {
    border-right: 1px solid #b5a9d3;
}

.main .liste-produits li .separation.bleu {
    border-right: 1px solid #25b5e9;
}

.main .liste-produits li .separation.emeraude {
    border-right: 1px solid #00adad;
}

.main .liste-produits li .separation.orange {
    border-right: 1px solid #f89b6e;
}

.category-boutique #main .liste-produits a {
    text-decoration: none;
}

.category-boutique #main .liste-produits span {
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 25px;
}

.main .slide-produit li {
    width: 405px;
    text-align: center;
}

.main .slide-produit li figure {
    width: 405px;
    height: 405px;
    background: #ccc;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.main .slide-produit li figure a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main .slide-produit li figure .list-promo-label {
    display: block;
    background: #df4d90;
    color: #fff;
    position: absolute;
    right: -50px;
    top: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: rotate(45deg);
    padding: 0px 60px;
    height: 30px;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.main .slide-produit li figure a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main .slide-produit li figure a:hover img {
    transform: scale(1.02);
}

.main .slide-produit li h4 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 15px;
    letter-spacing: 5px;
    margin: 0 auto;
    width: 405px;
    height: 60px;
    text-align: left;
}

#main .slide-produit li h4 a {
    color: #000;
    text-decoration: none;
}

#main .slide-produit li h4 a:hover {
    opacity: 0.5;
}

#main .slide-produit li .bouton {
    width: 405px;
    color: #fff;
    text-decoration: none;
}

#main .slide-produit li .bouton:hover {
    background: transparent;
    color: #df4d90;
}

#main .slide-produit li p {
    width: 405px;
    text-align: left;
    margin: 0 auto;
}

#main .slide-produit li p.prixttc {
    margin-top: -20px;
}

#main .slide-produit li p.prixht {
    margin-bottom: 20px;
}

.bloc-handicap .col1, .bloc-handicap .col2 {
    display: flex;
    height: 405px;
    text-align: center;
    color: #fff;
    background: #ccc;
    position: relative;
    overflow: hidden;
}

#main .bloc-handicap .col1 a, #main .bloc-handicap .col2 a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.bloc-handicap .col1 .bgimg, .bloc-handicap .col2 .bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bloc-handicap .col1 a:hover .bgimg, .bloc-handicap .col2 a:hover .bgimg {
    transform: scale(1.02);
}

.bloc-handicap .col1 .valign, .bloc-handicap .col2 .valign {
    position: relative;
}

.cms-home .bloc-handicap .col1 h4, .cms-home .bloc-handicap .col2 h4,
.page .bloc-handicap .col1 h3, .page .bloc-handicap .col2 h3 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.cms-home .bloc-handicap .col1 h5, .cms-home .bloc-handicap .col2 h5,
.page .bloc-handicap .col1 h4, .page .bloc-handicap .col2 h4 {
    font-family: 'avalonbold';
    font-size: 60px;
    margin-bottom: 40px;
}

#main .bloc-handicap .col1 .bouton, #main .bloc-handicap .col2 .bouton {
    border-color: #fff;
    background: transparent;
    width: 60%;
}

#main .bloc-handicap .col1 .bouton:hover, #main .bloc-handicap .col2 .bouton:hover {
    color: #fff;
}

.main .slide-services li {
    width: 405px;
    text-align: center;
}

.main .slide-services li figure {
    width: 405px;
    height: 405px;
    background: #ccc;
    margin: 0 auto 20px auto;
}

.main .slide-services li figure a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main .slide-services li figure a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main .slide-services li figure a:hover img {
    transform: scale(1.02);
}

.main .slide-services li h4 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    min-height: 80px;
    width: 405px;
    text-align: left;
    margin: 0 auto;
    padding-top: 10px;
}

#main .slide-services li h4 a {
    color: #000;
    text-decoration: none;
}

#main .slide-services li h4 a:hover {
    opacity: 0.5;
}

#main .slide-services li .bouton {
    width: 405px;
    max-width: 100%;
    background: #25b5e9;
    border-color: #25b5e9;
}

#main .slide-services li .bouton:hover {
    background: transparent;
    color: #25b5e9;
}

.bloc-showroom {
    background: url(images/fond-showroom.jpg) no-repeat center center;
    background-size: cover;
}

.bloc-engagements {
    background: url(images/fond-engagements.jpg) no-repeat center center;
    background-size: cover;
}

.bloc-engagements h4 {
    font-family: 'avalonbold';
    font-size: 35px;
    margin-bottom: 30px;
}

#main .bloc-engagements .bouton {
    background: #9acb45;
    border-color: #9acb45;
}

#main .bloc-engagements .bouton:hover {
    color: #9acb45;
    background: transparent;
}

#main .bloc-engagements .bouton.bouton-bleu {
    background: #25b5e9;
    border-color: #25b5e9;
}

#main .bloc-engagements .bouton.bouton-bleu:hover {
    background: transparent;
    color: #25b5e9;
}

.slide-nouveautes li {
    width: 45%;
    height: 405px;
    text-align: center;
    background: #ccc;
    margin: 0 10px;
    background-size: cover;
}

#main .slide-nouveautes li a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.slide-nouveautes li a::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0.3;
}

.slide-nouveautes li a .bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slide-nouveautes li a:hover .bgimg {
    transform: scale(1.02);
}

.slide-nouveautes li a .valign {
    width: 100%;
    position: relative;
    z-index: 9;
}

.slide-nouveautes li a h3 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.slide-nouveautes li a h4 {
    font-family: 'avalonbold';
    font-size: 60px;
    margin-bottom: 40px;
}

#main .slide-nouveautes li a .bouton {
    border-color: #fff;
    background: transparent;
    width: 60%;
}

#main .slide-nouveautes li a .bouton:hover {
    color: #fff;
}

.bloc-actu .col1 {
    height: 360px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.bloc-actu .col1 img {
    display: block;
    margin: auto;
}

.bloc-actu .col2 {
    height: auto;
    position: relative;
}

.bloc-actu .col2 h3 {
    font-family: 'avalonbold';
    font-size: 35px;
    margin-bottom: 30px;
}

#main .bloc-actu .col2 h3 a {
    color: #000;
    text-decoration: none;
}

#main .bloc-actu .col2 a.more-link {
    font-family: 'avalonbold';
    color: #000;
    text-decoration: underline;
}

#main .bloc-actu .col2 a.more-link:hover {
    text-decoration: none;
}

#main .bloc-actu .col2 .bouton {
    background: #25b5e9;
    border-color: #25b5e9;
    margin-top: 30px;
    text-decoration: none;
}

#main .bloc-actu .col2 .bouton:hover {
    background: transparent;
    color: #25b5e9;
}

#main .bloc-actu .col2 .bouton.bouton-vert {
    background: #9acb45;
    border-color: #9acb45;
}

#main .bloc-actu .col2 .bouton.bouton-vert:hover {
    background: transparent;
    color: #9acb45;
}

.bloc-newsletter {
    clear: both;
    background: url(images/fond-newsletter.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
}

.bloc-newsletter .col1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
}

.bloc-newsletter .col1 ul li {
    text-align: center;
    padding: 0 !important;
}

.bloc-newsletter .col1 ul li::before {
    display: none !important;
}

.bloc-newsletter .col1 ul li a {
    color: #000;
}

.bloc-newsletter .col1 i {
    font-size: 70px;
    border-radius: 50%;
    border: 3px solid #000;
    padding: 20px;
}

.bloc-newsletter .col1 span {
    display: block;
    margin-top: 20px;
}

.bloc-newsletter .col2 h2 {
    font-family: 'avalonbold';
    font-size: 36px;
    margin-bottom: 30px;
    text-align: left;
}

.bloc-newsletter .col2 form {
    width: 100%;
}

.bloc-newsletter .col2 input {
    background: none;
    border: 0;
    border-bottom: 2px solid #000;
    height: 35px;
    font-size: 18px;
    margin-bottom: 30px;
}

.bloc-newsletter .col2 input.inputname {
    width: 49%;
    float: left;
}

.bloc-newsletter .col2 input.inputprenom {
    width: 49%;
    float: right;
}

.bloc-newsletter .col2 input.inputmail, .bloc-newsletter .col2 .input-box {
    width: 90%;
    float: left;
    margin-bottom: 0;
}

.bloc-newsletter .col2 .input-box input {
    width: 100%;
}

.bloc-newsletter .col2 input.submit, .bloc-newsletter .col2 .actions {
    width: 10%;
    float: left;
    background: #000;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    height: 37px;
    border: 2px solid #000;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bloc-newsletter .col2 .actions {
    background: none;
    border: 0;
    height: auto;
}

.bloc-newsletter .col2 .actions button {
    padding: 7px 10px;
    background: #000;
    border: 2px solid #000;
}

.bloc-newsletter .col2 input.submit:hover, .bloc-newsletter .col2 .actions button:hover {
    background: transparent;
    color: #000 !important;
}

.liste-offre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.liste-offre li {
    width: 297px;
    height: 209px;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

#main .liste-offre li a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.liste-offre li figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.liste-offre li a:hover figure {
    transform: scale(1.02);
}

.liste-offre li h3 {
    color: #fff;
    margin: auto;
    position: relative;
    font-size: 36px;
    font-family: 'avalonbold';
    letter-spacing: 1px;
    text-align: center;
}

footer {
    background: #111111 url(images/fond-footer.jpg) no-repeat left top;
    color: #fff;
    padding: 50px 0px;
}

footer a {
    color: #fff;
}

ul.menu-footer {
    display: flex;

}

ul.menu-footer > li {
    width: 25%;
    border-left: 1px solid #494949;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

ul.menu-footer h2 {
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
    position: relative;
    top: -15px;
}

ul.menu-footer a:hover {
    opacity: 0.3;
}

ul.menu-footer a i, ul.menu-footer a em {
    font-size: 20px;
    margin-right: 10px;
}

div.copy {
    height: 35px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    position: relative;
}

div.copy a {
    color: #000;
    text-decoration: underline;
}

div.copy .menu-univers {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

div.copy .menu-univers li {
    padding: 0 20px;
}

div.copy .menu-univers li.menu-boutique {
    background: #df4d90;
}

div.copy .menu-univers li.menu-tms {
    background: #9acb45;
}

div.copy .menu-univers li.menu-prevention {
    background: #25b5e9;
}

div.copy .menu-univers li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

#top-bt {
    display: block;
    position: fixed;
    font-size: 30px;
    color: #df4d90;
    right: 30px;
    bottom: 90px;
    opacity: 0;
    z-index: 999;
    transform: rotateX(180deg);
}

#top-bt i {
    font-weight: bold;
}

#top-bt span {
    display: none;
}

.zEWidget-launcher {
    bottom: 30px !important;
}

.ariane {
    background: #fff;
    border-top: 1px solid #f0f0f2;
    text-align: center;
    padding: 10px 0px;
}

.ariane ul {
}

.ariane ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.ariane ul li::after {
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    background: #000;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: rotate(10deg);
}

.ariane ul li:last-child::after {
    display: none;
}

.ariane ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.header-img {
    background-size: cover;
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'avalonbold';
    padding: 120px 0px;
    position: relative;
}

.category-boutique .header-img, .category-tms-handicap .header-img, .category-prevention-qvt .header-img {
    display: none;
}

.header-img.no-img {
    color: #000;
    padding: 50px 0px;
}

.header-img::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}

.header-img.no-img::before {
    display: none;
}

.header-img .valign {
    max-width: 90%;
    position: relative;
}

.page #main .header-img h1 {
    font-size: 60px;
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: inherit;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.header-img p {
    max-width: 980px;
    margin: 0 auto;
}

body.catalogsearch-result-index .searchindex-results {
    margin-bottom: 20px;
    background: #f7f7f9;
    border: 0;
    padding: 5px 0 0 0;
}

body.catalogsearch-result-index .searchindex-results li {
    margin: 0 5px;
}

body.catalogsearch-result-index .searchindex-results li a {
    border-bottom: 3px solid transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #000 !important;
    text-decoration: none !important;
}

body.catalogsearch-result-index .searchindex-results li.active a,
body.catalogsearch-result-index .searchindex-results li a:hover {
    background: none;
    border-bottom: 3px solid #df4d90;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #df4d90 !important;
}

.catalogsearch-result-index .searchindex-related-terms,
.catalogsearch-result-index .page-title {
    display: none;
}

.bloc-filtre, .catalogsearch-result-index .block-layered-nav {
    background: #fff;
    border-bottom: 1px solid #f0f0f2;
    padding: 20px 0px;
    position: relative;
    z-index: 5;
}

.catalogsearch-result-index .block-layered-nav {
    z-index: 9;
}

.catalogsearch-result-index .bloc-filtre {
    background: none;
    border: 0;
}

.bloc-filtre .container::after {
    display: none;
    content: '\e90c';
    font-family: 'icomoon';
    color: #d7d7dc;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.bloc-filtre .s-filtre, .catalogsearch-result-index .block-layered-nav .s-filtre {
    display: none;
    background: #f0f0f2;
    padding: 20px;
    position: relative;
    top: 0px;
    z-index:10;
}

.bloc-filtre .s-filtre.large, .catalogsearch-result-index .block-layered-nav .s-filtre.large {
    position: absolute;
    left: 0px;
    top: 45px;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.bloc-filtre .s-filtre ol, .catalogsearch-result-index .block-layered-nav .s-filtre ol {
    display: none;
    background: #f0f0f2;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    padding: 0px 0px 20px 0px;
    text-align: center;
}

.bloc-filtre .s-filtre.cat ol, .catalogsearch-result-index .block-layered-nav .s-filtre.cat ol {
    display: block;
    top: 0;
    bottom: auto;
    padding: 20px 0px;
}

.bloc-filtre .s-filtre ol li, .catalogsearch-result-index .block-layered-nav .s-filtre ol li {
    display: inline-block;
}

.bloc-filtre .s-filtre li a, .catalogsearch-result-index .block-layered-nav .s-filtre li a {
    display: block;
    line-height: 30px;
}

.bloc-filtre .s-filtre li a:hover, .catalogsearch-result-index .block-layered-nav .s-filtre li a:hover {
    color: #df4d90;
}

.bloc-filtre .filtre-categorie .s-filtre .block-title, .bloc-filtre .filtre-categorie .s-filtre .block-subtitle, .bloc-filtre .filtre-categorie .s-filtre dl dt,
.catalogsearch-result-index .block-layered-nav .filtre-categorie .s-filtre .block-title, .catalogsearch-result-index .block-layered-nav .filtre-categorie .s-filtre .block-subtitle, .catalogsearch-result-index .block-layered-nav .filtre-categorie .s-filtre dl dt {
    display: none;
}

.bloc-filtre ul.liste-filtre, .catalogsearch-result-index .block-layered-nav ul.liste-filtre {
    display: flex;
    justify-content: center;
    position: relative;
}

.bloc-filtre ul.liste-filtre > li, .catalogsearch-result-index .block-layered-nav ul.liste-filtre > li {
    width: 30%;
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #f0f0f2;
    box-sizing: border-box;
    padding: 0 10px;
    max-width: 380px;
}

#main .bloc-filtre ul.liste-filtre > li a, .catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    display: block;
    position: relative;
}

#main .bloc-filtre ul.liste-filtre > li .s-filtre.large a,
.catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li .s-filtre.large a {
    display: inline-block;
    margin: 10px;
}

.bloc-filtre ul.liste-filtre > li > a::after,
.catalogsearch-result-index .block-layered-nav ul.liste-filtre > li > a::after {
    display: block;
    content: '\e908';
    font-family: 'icomoon';
    color: #000;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform:rotate(270deg);
}

.bloc-filtre ul.liste-filtre > li.active > a::after,
.catalogsearch-result-index .block-layered-nav ul.liste-filtre > li.active > a::after {
    transform: rotate(90deg);
}

#main .bloc-filtre ul.liste-filtre > li a:hover, #main .bloc-filtre ul.liste-filtre > li a.active,
.catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li a:hover, .catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li a.active {
    color: #df4d90;
}

.bloc-filtre a.sort-by-switcher--desc, .bloc-filtre a.sort-by-switcher--asc,
.catalogsearch-result-index .block-layered-nav a.sort-by-switcher--desc, .catalogsearch-result-index .block-layered-nav a.sort-by-switcher--asc {
    position: relative;
    text-indent: -5000px;
    display: inline-block;
    width: 30px;
    overflow: hidden;
}

.bloc-filtre a.sort-by-switcher--desc::after,
.catalogsearch-result-index .block-layered-nav a.sort-by-switcher--desc::after {
    display: block;
    content: '\e90d';
    font-family: 'icomoon';
    color: #d7d7dc;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.bloc-filtre a.sort-by-switcher--asc::after,
.catalogsearch-result-index .block-layered-nav a.sort-by-switcher--asc::after {
    display: block;
    content: '\e90e';
    font-family: 'icomoon';
    color: #d7d7dc;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.bloc-filtre .toolbar, .catalogsearch-result-index .block-layered-nav .toolbar {
    width: 30px;
    position: absolute;
    right: 0px;
    top: -28px;
}

.catalogsearch-result-index .bloc-filtre .toolbar {
    top: -68px;
}

.bloc-filtre .toolbar label, .bloc-filtre .toolbar select, .bloc-filtre .toolbar .pager, .bloc-filtre .toolbar .count-container, .bloc-filtre .toolbar .view-mode,
.catalogsearch-result-index .block-layered-nav .toolbar label, .catalogsearch-result-index .block-layered-nav .toolbar select, .catalogsearch-result-index .block-layered-nav .toolbar .pager, .catalogsearch-result-index .block-layered-nav .toolbar .count-container, .catalogsearch-result-index .block-layered-nav .toolbar .view-mode {
    display: none;
}

.block-layered-nav .block-content dl#narrow-by-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    border-bottom: 1px solid #d7d7dc;
    background: #f0f0f2;
}

.block-layered-nav .block-content > dl > dt {
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.block-layered-nav .block-content > dl > dt::after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #d7d7dc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.block-layered-nav .block-content > dl > dt.last::after {
    display: none;
}

.block-layered-nav .block-content > dl > dt:hover, .block-layered-nav .block-content.accordion-open > dl > dt.current {
    color: #df4d90;
}

.block-layered-nav .block-content > dl > dd {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 9;
    background: #f0f0f2;
    width: 100%;
    padding: 10px 30px;
}

.block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
}

.block-layered-nav .block-content > dl > dd ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-layered-nav .block-content > dl > dd ol li {
    padding: 15px;
}

#main .block-layered-nav .block-content > dl > dd ol li a {
    color: #000;
    text-decoration: none;
}

#main .block-layered-nav .block-content > dl > dd ol li a:hover {
    color: #df4d90;
}

#main .block-layered-nav .block-content > dl > dd ol li a .count {
    font-size: 12px;
    color: #555;
}

#main .block-layered-nav .currently {
    padding: 0 20px;
    font-size: 14px;
}

#main .block-layered-nav .currently .block-subtitle {
    font-family: 'avalonbold';
}

#main .block-layered-nav .currently ol {
    display: flex;
    flex-wrap: wrap;
}

#main .block-layered-nav .currently ol li {
    padding: 0px 15px 15px 0px;
    color: #555;
}

#main .block-layered-nav .currently ol li a {
    display: inline-block;
    width: 13px;
    height: 13px;
    color: #df4d90;
    border: 1px solid #df4d90;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 13px;
    top: 1px;
}

#main .block-layered-nav .currently ol li a i {
    font-size: 5px;
    position: absolute;
    left: 3px;
    top: 3px;
    font-weight: 600;
}

#main .block-layered-nav .currently ol li a span {
    display: none;
}

.liste-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.liste-view li {
    width: 405px;
    font-size: 16px;
    margin-bottom: 80px;
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}

.liste-view li span.list-new-label {
    width: 250px;
    background: #9acb45;
    position: absolute;
    right: -70px;
    top: 50px;
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'avalonbold';
    letter-spacing: 2px;
    padding: 10px;
}

.liste-view li span.list-promo-label {
    width: 250px;
    background: #df4d90;
    position: absolute;
    right: -70px;
    top: 50px;
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'avalonbold';
    letter-spacing: 2px;
    padding: 10px;
}

.liste-view li figure {
    width: 405px;
    height: 405px;
    background: #ccc;
    margin-bottom: 10px;
}

#main .liste-view li figure a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.liste-view li figure a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.liste-view li figure a:hover img {
    transform: scale(1.02);
}

.page #main .liste-view li h2 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    line-height: 30px;
}

#main .liste-view li h2 a {
    color: #df4d90;
    text-decoration: none;
}

#main .liste-view li h2 a:hover {
    opacity: 0.8;
}

#main .liste-view li .price-box {
    margin-top: 20px;
}

#main .liste-view li .price-box .price-label, #main .liste-view li .price-box .configurable-price-from-label {
    display: block;
    font-size: 14px;
}

#main .liste-view li .prixht, #main .liste-view li .price-excluding-tax {
    font-family: 'avalonbold', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
}

#main .liste-view li .tva, .main .liste-view li .prixttc, #main .liste-view li .tva, .main .liste-view li .price-including-tax {
    display: block;
}

#main .liste-view li .bouton {
    width: 100%;
    background: #f0f0f2;
    border-color: #f0f0f2;
    color: #000 !important;
    margin-top: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#main .liste-view li .bouton:hover {
    background: transparent;
}

.toolbar-bottom .sorter {
    display: none;
}

.pages {
    text-align: center;
}

.pages strong {
    display: none;
}

.pages li {
    display: inline-block;
    margin: 0 5px;
}

/*.pages .next,
.pages .previous {
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: relative;
}*/

.pages .next,
.pages .previous {
    /* Hide text */
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: none;
    color: transparent !important;
    background-color: transparent;
    position: relative;
}

.pages .next:hover,
.pages .previous:hover {
    /*border: 1px solid #3399cc;*/
}

.pages .next:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333;
    border-right: none;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.pages .next:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333;
    border-right: none;
}

.pages .previous:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #333;
    border-left: none;
    top: 50%;
    margin-top: -1px;
    margin-left: -6px;
    left: 100%;
}

.pages .previous:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #333;
    border-left: none;
}

.header-produit {
    border-bottom: 1px solid #d7d7dc;
    position: relative;
    padding: 20px 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-produit.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.header-produit.visible {
    top: 115px;
}

.header-produit ul {
    text-align: center;
}

.header-produit ul li {
    display: inline-block;
    margin: 0 10px;
}

#main .header-produit ul li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

#main .header-produit ul li a:hover, #main .header-produit ul li a.active {
    color: #25b5e9;
}

.header-produit .bouton {
    position: absolute;
    right: 50px;
    top: 15px;
    padding: 0 100px;
}

.fiche-produit {
    padding: 50px;
    font-size: 18px;
}

.page #main .fiche-produit h1 {
    font-size: 60px;
    text-align: left;
    margin-bottom: 0px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.page #main .fiche-produit .price-label, .page #main .commande-box .price-label,
.page #main .fiche-produit .configurable-price-from-label, .page #main .commande-box .configurable-price-from-label {
    display: inline-block;
    font-size: 14px;
}

.page #main .fiche-produit ul.liste-prix li,
.page #main .fiche-produit .price-excluding-tax, .page #main .commande-box .price-excluding-tax,
.page #main .fiche-produit .price-tva, .page #main .commande-box .price-tva {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.page #main .fiche-produit .price-excluding-tax, .page #main .commande-box .price-excluding-tax {
    font-family: 'avalonbold';
}

.page #main .fiche-produit ul.liste-prix li::after,
.page #main .fiche-produit .price-excluding-tax::after, .page #main .commande-box .price-excluding-tax::after,
.page #main .fiche-produit .price-tva::after, .page #main .commande-box .price-tva::after {
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    background: #dedee2;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -7px;
}

.page #main .fiche-produit .price-tva::after, .page #main .commande-box .price-tva::after {
    margin-top: 0;
}

.page .main.fiche-produit ul.liste-prix li:last-child::after {
    display: none;
}

.page .main.fiche-produit ul.liste-prix li .price-box {
    display: inline-block;
}

.page .main.fiche-produit ul.liste-prix li .price-box .price-label {
    display: none;
}

.page .main.fiche-produit ul.liste-prix li .old-price, .page .main.fiche-produit ul.liste-prix li .special-price {
    display: inline-block;
    position: relative;
}

.page .main.fiche-produit ul.liste-prix li .old-price::before, .page .main.fiche-produit .old-price span.price::before, .page #main .liste-view .old-price span.price::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 70%;
}

.page .main.fiche-produit ul.liste-prix li strong .old-price::before, .page .main.fiche-produit .old-price span.price::before, .page #main .liste-view .old-price span.price::before {
    top: 50%;
}

.page .main.fiche-produit .old-price span.price, .page #main .liste-view .old-price span.price {
    position: relative;
}

.page .main.fiche-produit .old-price span.price::before, .page #main .liste-view .old-price span.price::before {
    top: 25px;
}

.page #main .liste-view .old-price span.price::before {
    top: 23px;
}

.page .main.fiche-produit ul.liste-prix li .special-price, .page .main.fiche-produit .special-price {
    color: #df4d90;
}

ul.produit-bouton {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

ul.produit-bouton li {
    margin-bottom: 30px;
    padding-right: 5%;
}

ul.produit-bouton li:nth-child(odd) {
    width: 40%;
}

ul.produit-bouton li:nth-child(even) {
    width: 60%;
}

#main ul.produit-bouton li, #main ul.produit-bouton li button {
    font-size: 18px;
    color: #85858e;
    letter-spacing: 1px;
    position: relative;
    padding-left: 40px;
    display: block;
    line-height: 25px;
    text-decoration: none;
}
#main ul.produit-bouton li.product-ecotax {
    padding:0;
}
#main ul.produit-bouton li .products-reassurance_item .products-reassurance_image {
    display:inline-block;
    width: 25px;
}
#main ul.produit-bouton li .products-reassurance_item .products-reassurance_image .svg-blue {
    filter: invert(56%) sepia(7%) saturate(373%) hue-rotate(202deg) brightness(93%) contrast(79%);
}
#main ul.produit-bouton li .products-reassurance_item .products-reassurance_link {

}
#main ul.produit-bouton li button {
    font-family: 'avalonregular', Arial, Helvetica Neue, Helvetica, sans-serif;
    background: none;
    padding: 0px;
    border: 0;
    text-transform: none;
    position: initial;
}

#main ul.produit-bouton li a {
    color: #85858e;
    text-decoration: none;
}

#main ul.produit-bouton li a:hover {
    opacity: 0.8;
}

ul.produit-bouton li i, ul.produit-bouton li button i {
    font-size: 30px;
    margin-right: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

ul.produit-bouton li.double i {
    top: 10px;
}

ul.produit-bouton li span.mini {
    display: block;
    font-size: 12px;
    margin-top: -5px;
}

.fond-commande-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 999;
}

.commande-box {
    display: none;
    width: 60%;
    position: fixed;
    left: 50%;
    top: -50px;
    margin-left: -30%;
    max-height: 85%;
    overflow: auto;
    background: #fff;
    z-index: 999;
    padding: 30px 30px 15px 30px;
    border-bottom: 30px solid #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.commande-box.active {
    top: 50px;
}

.commande-box .close-bt {
    color: #000 !important;
    text-decoration: none !important;
    position: absolute;
    right: 30px;
    top: 15px;
}

.commande-box .close-bt span {
    display: none;
}

.page #main .commande-box h2 {
    margin-bottom: 20px;
}

.page .main .commande-box ul.liste-prix {
    margin-bottom: 20px;
}

.page .main .commande-box ul.liste-prix li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.page .main .commande-box ul.liste-prix li::after {
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    background: #dedee2;
    position: absolute;
    right: -10px;
    top: 50%;
}

.page .main .commande-box ul.liste-prix li:last-child::after {
    display: none;
}

.page .main .commande-box ul.liste-prix li .price-box {
    display: inline-block;
}

.page .main .commande-box ul.liste-prix li .price-box .price-label {
    display: none;
}

.page .main .commande-box ul.liste-prix li .old-price, .page .main .commande-box ul.liste-prix li .special-price {
    display: inline-block;
    position: relative;
}

.page .main .commande-box ul.liste-prix li .old-price::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 70%;
}

.page .main .commande-box ul.liste-prix li strong .old-price::before {
    top: 50%;
}

.page .main .commande-box ul.liste-prix li .special-price {
    color: #df4d90;
}

.commande-box .qty-wrapper {
    margin-bottom: 20px;
}

.commande-box .add-to-cart-buttons button {
    padding: 10px 20px;
}

.commande-box .add-to-links, .commande-box .sharing-links {
    display: none;
}

.liste-check li,
.catalog-product-view section#fonctionnalite ul li,
.catalog-product-view section#caracteristiques ul li,
.catalog-product-view section#benefices ul li {
    position: relative;
    padding-left: 25px;
}

.liste-check li::before,
.catalog-product-view section#fonctionnalite ul li::before,
.catalog-product-view section#caracteristiques ul li::before,
.catalog-product-view section#benefices ul li::before {
    display: block;
    content: '\e909';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 15px;
}

.catalog-product-view section#fonctionnalite ul li::before,
.catalog-product-view section#caracteristiques ul li::before,
.catalog-product-view section#fonctionnalite a,
.catalog-product-view section#caracteristiques a {
    color: #9acb45;
}

.catalog-product-view section#benefices ul li::before,
.catalog-product-view section#benefices a {
    color: #25b5e9;
}

.catalog-product-view h3 {
    font-family: 'avalonbold';
    font-size: 30px;
}

.catalog-product-view section#benefices h3 {
    border-bottom: 2px solid #25b5e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.catalog-product-view section#fonctionnalite h3,
.catalog-product-view section#caracteristiques h3 {
    border-bottom: 2px solid #9acb45;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.liste-decor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.liste-decor li {
    text-align: center;
}

.liste-decor li figcaption {
    line-height: 20px;
}

.liste-pdf,
.catalog-product-view section#documentation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.liste-pdf li,
.catalog-product-view section#documentation ul li {
    width: 45%;
    position: relative;
    margin-bottom: 20px;
}

.liste-pdf li a,
.catalog-product-view section#documentation ul li a {
    color: #000;
    position: relative;
    padding-left: 35px;
    text-decoration: none;
}

.liste-pdf li a:hover,
.catalog-product-view section#documentation ul li a:hover {
    opacity: 0.8;
}

.liste-pdf li a::before,
.catalog-product-view section#documentation ul li a::before {
    display: block;
    content: '\e911';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 30px;
    color: #25b5e9;
}

.catalog-product-view .columnflex, .catalog-product-view section#benefices .container, .catalog-product-view section#caracteristiques .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-product-view section#benefices .container h1, .catalog-product-view section#caracteristiques .container h1,
.catalog-product-view section#benefices .container h2, .catalog-product-view section#caracteristiques .container h2 {
    width: 100%;
}

.catalog-product-view section#benefices .container h2, .catalog-product-view section#caracteristiques .container h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.catalog-product-view .columnContainer {
    width: 49%;
}

.catalog-product-view .columnContainer h3 {
    margin-top: 30px;
}

.footer-icon {
    background: url(images/fond-newsletter.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
}

.footer-icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
}

.footer-icon ul li {
    text-align: center;
}

.footer-icon ul li a {
    color: #000;
}

.footer-icon i {
    font-size: 70px;
    border-radius: 50%;
    border: 3px solid #000;
    padding: 20px;
}

.footer-icon span {
    display: block;
    margin-top: 20px;
    line-height: 25px;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'icomoon';
    font-size: 25px;
    line-height: 1;
    color: #d7d7dc;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -35px;
}

.slick-prev:before {
    content: '\e908';
}

.slick-next {
    right: -35px;
    transform: rotate(180deg);
}

.slick-next:before {
    content: '\e908';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px !important;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #d7d7dc;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    background: #df4d90;
}

.slide-services .slick-dots li button:hover,
.slide-services li button:focus,
.slide-services li.slick-active button {
    background: #25b5e9;
}

.slide-nouveautes .slick-dots li button:hover,
.slide-nouveautes li button:focus,
.slide-nouveautes li.slick-active button {
    background: #9acb45;
}


/****iframe***********/

.iframe-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.contacts-index-index .iframe-wrapper, .contacts-index-index .iframe-container,
.webforms-index-index .iframe-wrapper, .webforms-index-index .iframe-container {
    display: none;
}

.contacts-index-index .col50 .iframe-wrapper, .contacts-index-index .col50 .iframe-container,
.webforms-index-index .col50 .iframe-wrapper, .webforms-index-index .col50 .iframe-container {
    display: block;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********************/


/***PAGE BOUTIQUE***********/

.catalog-category-view.category-boutique .page-title, .catalog-category-view.category-boutique .main-container-breadcrumbs,
.catalog-category-view.category-tms-handicap .main-container-breadcrumbs,
.catalog-category-view.category-prevention-qvt .main-container-breadcrumbs {
    display: none;
}

/**************************/


/*****BLOG****************/

.blog-liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-liste::after {
    content: '';
    flex: inherit;
}

.blog-liste .postWrapper {
    width: 400px;
    margin: 0px 0px 80px 0px;
}

.blog-liste .postWrapper figure {
    width: 400px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .blog-liste .postWrapper figure a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main .blog-liste .postWrapper figure:hover img {
    transform: scale(1.02);
}

.page #main .blog-liste .postWrapper h2 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    text-align: left;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-index-list .page #main .blog-liste .postWrapper .categorie {
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#main .blog-liste .postWrapper h2 a {
    color: #000;
    text-decoration: none;
}

.blog-cat-view .toolbar .sorter, .blog-index-list .toolbar .sorter {
    display: none;
}

.page #main h1.titre-actu {
    font-family: 'avalonbold';
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    letter-spacing: 5px;
}

.postDetails {
    text-align: center;
    margin-bottom: 30px;
}

#main .postDetails a {
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.postDetails a:hover {
    opacity: 0.7;
}

/************************/


/***** STYLES PAGES CMS********/

#main blockquote {
    background-color: #9acb45;
    color: #fff;
    padding: 15px 20px 25px 60px;
    border-radius: 0 24px 24px;
    position: relative;
}

#main blockquote::before {
    display: block;
    content: "\e920";
    font-family: 'icomoon';
    color: #fff;
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 35px;
}

.cms-page-view .page #main h2.titre-fond-bleu, .blog-post-view .page #main h2.titre-fond-bleu, .cms-bloc .page #main h2.titre-fond-bleu, .contacts-index-index .page #main h2.titre-fond-bleu, .webforms-index-index .page #main h2.titre-fond-bleu {
    width: 100%;
    background: rgba(37, 181, 233, 0.6);
    margin: 0px 0px 20px 0px;
    padding: 60px 20px 100px 20px;
    box-sizing: border-box;
}

.cms-page-view .page #main h2.titre-fond-vert, .blog-post-view .page #main h2.titre-fond-vert, .cms-bloc .page #main h2.titre-fond-vert, .contacts-index-index .page #main h2.titre-fond-vert, .webforms-index-index .page #main h2.titre-fond-vert {
    width: 100%;
    background: rgba(154, 203, 69, 0.6);
    margin: 0px 0px 20px 0px;
    padding: 60px 20px 100px 20px;
    box-sizing: border-box;
}

.cms-page-view .page #main h2.titre-fond-rose, .blog-post-view .page #main h2.titre-fond-rose, .cms-bloc .page #main h2.titre-fond-rose, .contacts-index-index .page #main h2.titre-fond-rose, .webforms-index-index .page #main h2.titre-fond-rose {
    width: 100%;
    background: rgba(223, 77, 144, 0.6);
    margin: 0px 0px 20px 0px;
    padding: 60px 20px 100px 20px;
    box-sizing: border-box;
}

.cms-page-view .main ul li, .blog-post-view .main ul li, .cms-bloc #main ul li, .contacts-index-index #main ul li, .webforms-index-index #main ul li {
    position: relative;
    padding-left: 25px;
    margin-left: 0 !important;
}

.contacts-index-index #main form ul li, .webforms-index-index #main form ul li {
    padding-left: 0;
}

.cms-page-view .main ul li::before, .blog-post-view .main ul li::before, .cms-bloc #main ul li::before, .contacts-index-index #main ul li::before, .webforms-index-index #main ul li::before {
    display: block;
    content: '\e909';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 15px;
}

.contacts-index-index #main form ul li::before, .webforms-index-index #main form ul li::before {
    display: none;
}

.cms-page-view .main ul li.puce-vert::before, .blog-post-view .main ul li.puce-vert::before, .cms-bloc #main ul li.puce-vert::before, .contacts-index-index #main ul li.puce-vert::before, .webforms-index-index #main ul li.puce-vert::before {
    color: #9acb45;
}

.cms-page-view .main ul li.puce-bleu::before, .blog-post-view .main ul li.puce-bleu::before, .cms-bloc #main ul li.puce-bleu::before, .contacts-index-index #main ul li.puce-bleu::before, .webforms-index-index #main ul li.puce-bleu::before {
    color: #25b5e9;
}

.cms-page-view .main ul li.puce-rose::before, .blog-post-view .main ul li.puce-rose::before, .cms-bloc #main ul li.puce-rose::before, .contacts-index-index #main ul li.puce-rose::before, .webforms-index-index #main ul li.puce-rose::before {
    color: #df4d90;
}

.cms-page-view #main .container, .blog-post-view #main .container, .cms-bloc #main .container, .contacts-index-index #main .container, .webforms-index-index #main .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cms-page-view #main .container *, .blog-post-view #main .container *, .cms-bloc #main .container *, .contacts-index-index #main .container *, .webforms-index-index #main .container * {
    width: 100%;
    box-sizing: border-box;
}

.cms-page-view #main .container img, .blog-post-view #main .container img, .cms-bloc #main .container img, .contacts-index-index #main .container img, .webforms-index-index #main .container img {
    width: auto;
}

.cms-page-view #main .container .col50, .blog-post-view #main .container .col50, .cms-bloc #main .container .col50, .contacts-index-index #main .container .col50, .webforms-index-index #main .container .col50 {
    width: 49%;
    margin: 30px 0px;
}

.col50.fields{margin:0;}

.cms-page-view #main .container a, .blog-post-view #main .container a, #main a {
    color: #9acb45;
    text-decoration: underline;
}

.cms-page-view.cms-plan-de-site #main .container a {
    color: #000;
}

.cms-page-view.cms-plan-de-site #main .container h3 a {
    text-decoration: none;
}

.cms-page-view #main .container a:hover, .blog-post-view #main .container a:hover, #main a:hover {
    text-decoration: none;
}

/*****************************/


/* -------------------------------------------- *
 * Messages
 */
.success {
    color: #11b400;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
    font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
    margin-bottom: 10px;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    border-right: none;
}

.messages .notice-msg li {
    color: black;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}


/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
    margin-bottom: 7px;
}

.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px;
}

.fieldset + .fieldset {
    margin-top: 5px;
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
    padding-top: 2px;
}

.input-box:after {
    content: '';
    display: table;
    clear: both;
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

label.required:after,
span.required:after {
    content: ' *';
    color: #df280a;
    font-weight: normal;
    font-size: 12px;
}

label.required em,
span.required em {
    display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
    color: #a0a0a0;
    font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
    font-size: 14px;
    border-color: #ccc;
    max-width: 100%;
}

select + select {
    margin-left: 5px;
}

select[multiple] {
    width: 270px;
    border: 1px solid silver;
    font-size: 15px;
    padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c2c2c2;
    background: #FFFFFF;
    font-size: 14px;
}

.input-text:focus {
    /*border: 1px solid #3399cc;*/
    outline: none;
}

.input-text.validation-failed {
    border-color: #df280a;
}

.input-text.validation-failed:focus {
    outline-color: none;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 30px;
    padding: 0 8px;
    box-sizing: border-box;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 365px;
    max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    select {
        font-size: 16px;
        /* Prevent from zooming on focus */
    }
}

.ie8 .input-text {
    max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
    color: #a0a0a0;
}

input:-moz-placeholder {
    color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

.checkbox + label,
.radio + label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #df280a;
    font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
    margin-bottom: 10px;
}

.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
}

.form-list .input-range .input-text {
    width: 74px;
}

.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
    /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left;
}

.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none;
}

.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px;
}

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
    color: #636363;
    background-color: #f0f0f2;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px;
}

.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
    background-color: #e6e6ea;
}

.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent;
}

.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
    background-color: transparent;
}

.product-options-bottom {
    padding-top: 20px;
}

.product-options dt label, .product-options-bottom .price-label {
    font-family: 'avalonbold';
}

.product-options ul.options-list.options-radio, .product-options ul.options-list.options-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-options ul.options-list.options-radio li, .product-options ul.options-list.options-checkbox li {
    margin: 10px;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
    min-width: inherit;
    width: 250px;
    max-width: 100%;
}

.product-options ul.options-list label {
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.product-options ul.options-list label.active {
    background: #9acb45;
    color: #fff;
    width: 300px;
    padding-left: 50px;
}

.product-options ul.options-list label.active::before {
    display: block;
    content: '\e909';
    font-family: 'icomoon';
    color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 25px;
    margin-top: -12px;
}

.product-options ul.options-list input.checkbox {
    float: none;
    display: none;
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit;
}

.form-list .control {
    margin-top: 10px;
}

.form-list .control label {
    float: none;
}

.form-list .control .radio,
.form-list .control .checkbox {
    margin-right: 6px;
}

.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

form .form-instructions {
    font-size: 13px;
    color: #a0a0a0;
}


/* ============================================ *
 * Webform
 * ============================================ */

.contacts-index-index .page #main h2, .webforms-index-index .page #main h2 {
    margin-bottom: 30px;
}

.contacts-index-index .page-title,
.contacts-index-index .webforms-success-text,
.webforms-index-index .page-title,
.webforms-index-index .webforms-success-text {
    text-align: center;
}

.webforms- .fields .field {
    display: inline-block;
    padding: 0 20px;
}

.contacts-index-index #main form.webforms- ul li.wide, .webforms-index-index #main form.webforms- ul li.wide {
    padding: 0 20px;
}

.webforms- .wide input,
.webforms- .wide textarea {
    width: 100%;
    max-width: 100%;
}

.webforms- .wide textarea {
    height: 100px;
}

.webforms- .wide input[type="radio"] {
    width: auto;
}

.contacts-index-index .buttons-set,
.webforms-index-index .buttons-set {
    border-top: 0;
    padding: 0 20px;
}

.contacts-index-index .buttons-set .button,
.webforms-index-index .buttons-set .button {
    border-radius: 5px;
    padding: 15px 75px;
    text-transform: inherit;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    display: block;
    clear: both;
    float: none;
    margin: 0 auto;
}

#webform_1_form .list-select,
#webform_2_form .list-select {
    padding: 0 !important;
}

#webform_1_form .list-select .control,
#webform_2_form .list-select .control {
    display: inline-block;
    width: 27%;
    margin: 0 3%;
}

#webform_1_form .list-select .control:first-child,
#webform_2_form .list-select .control:first-child {
    margin-left: 0;
}

#webform_1_form .list-select .control:last-child,
#webform_2_form .list-select .control:last-child {
    margin-right: 0;
}


.contacts-index-index form#webform_1, .webforms-index-index form#webform_2 {
    width: 815px;
    max-width: 100%;
    margin: 0 auto;
}


/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
    text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
    width: 100%;
}

.data-table td,
.data-table th {
    padding: 10px;
    vertical-align: top;
}

.data-table th {
    background: #f4f4f4;
    line-height: 1.4;
    white-space: nowrap;
    color: #444343;
    font-weight: bold;
    font-size: 14px;
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid #dfdfdf;
    vertical-align: middle;
}

.data-table tbody td,
.data-table tfoot td {
}

.data-table tfoot tr {
    background: #f4f4f4;
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}

.data-table tbody td .item-options dt:after {
    content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
    border: 1px solid silver;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th,
.info-table td {
    vertical-align: top;
}

.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0;
}

.info-table td {
    padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid silver;
}

.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid silver;
    padding: 6px;
    background-color: transparent;
}

.zebra-table tr {
    background-color: #eeeded;
}

.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
    .linearize-table {
        /* Helpers */
    }

    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
        display: block;
    }

    .linearize-table thead th {
        border-right: 0;
        border-left: 0;
    }

    .linearize-table thead th.lin-hide {
        display: none;
    }

    .linearize-table thead th:nth-child(1n+2) {
        display: none;
    }

    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }

    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }

    .linearize-table tbody td.lin-hide {
        display: none;
    }

    .linearize-table tbody td:first-child {
        padding-top: 10px;
    }

    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: bold;
    }

    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }

    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .linearize-table tfoot tr {
        display: block;
        text-align: right;
    }

    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }

    .linearize-table tfoot td {
        display: block;
        float: left;
    }

    .linearize-table tfoot td.lin-hide {
        display: none;
    }

    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }

    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }

    .linearize-table .linearize-hide {
        display: none;
    }

    .linearize-table .linearize-unpad {
        padding: 0;
    }

    .linearize-table .linearize-show {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .linearize-table-large {
        /* Helpers */
    }

    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
        display: block;
    }

    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0;
    }

    .linearize-table-large thead th.lin-hide {
        display: none;
    }

    .linearize-table-large thead th:nth-child(1n+2) {
        display: none;
    }

    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }

    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }

    .linearize-table-large tbody td.lin-hide {
        display: none;
    }

    .linearize-table-large tbody td:first-child {
        padding-top: 10px;
    }

    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
        font-weight: bold;
    }

    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }

    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .linearize-table-large tfoot tr {
        display: block;
        text-align: right;
    }

    .linearize-table-large tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }

    .linearize-table-large tfoot td {
        display: block;
        float: left;
    }

    .linearize-table-large tfoot td.lin-hide {
        display: none;
    }

    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }

    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }

    .linearize-table-large .linearize-hide {
        display: none;
    }

    .linearize-table-large .linearize-unpad {
        padding: 0;
    }

    .linearize-table-large .linearize-show {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none;
    }
}


/* ============================================ *
 * Buttons
 * ============================================ */

.cart-forms .frais-bt a {
    display: inline-block;
    background: #f9F9F9;
    padding: 10px 10px;
    font-size: 16px;
    color: #9acb45;
    text-decoration: none;
    border-left: 2px solid #eaeaea;
}

/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
    background: #dddddd;
    color: #636363;
    padding: 7px 15px;
}

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
    background: #d0d0d0;
    cursor: pointer;
}

.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
    background: #c4c4c4;
    color: #636363;
}

.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
    color: #636363;
    background: #c4c4c4;
    outline: none;
}

.sidebar .actions button.button {
    white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background: #df4d90;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: normal;
    font-family: 'avalonbold';
    letter-spacing: 5px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid #df4d90;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background: transparent;
    color: #df4d90 !important;
    cursor: pointer;
}

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
    background: transparent;
    color: #df4d90 !important;
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    background: transparent;
    color: #df4d90 !important;
    outline: none;
}


a.button {
    text-decoration: none;
}

a.button:hover {
    color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
    background: #C8C8C8;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
    margin-left: 5px;
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.button2:focus {
    outline: none;
}

.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    color: #3399cc;
}

.button2 span:hover,
.button2 span span:hover {
    text-decoration: none;
    color: #246b8f;
}

@media only screen and (max-width: 770px) {
    .col2-set .buttons-set .button,
    .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .col2-set .buttons-set .back-link {
        display: none;
    }

    .col2-set .buttons-set .required {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .buttons-set .button {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .buttons-set .back-link {
        display: none;
    }

    .buttons-set .required {
        display: none;
    }
}

/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
    float: left;
}

.paypal-after .paypal-or {
    float: left;
}

.paypal-or {
    line-height: 34px;
    margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
    float: left;
}

.paypal-button {
    line-height: 0px;
}

.paypal-button img {
    display: inline;
}

@media only screen and (max-width: 740px) {
    .paypal-or {
        line-height: 20px;
    }

    .paypal-logo,
    .paypal-or,
    .paypal-button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: right;
}

.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
}

.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
    min-width: 140px;
}

.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}


/* ============================================ *
 * Checkout - Layout
 * ============================================ */


.cart-table-title {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.cart-table {
    float: left;
    width: 65%;
}

.cart-table .image-col {
    width: 13%;
}


.cart .button {
    white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
    float: right;
    clear: right;
    width: 35%;
    padding-left: 30px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 20px;
}

.checkout-cart-index #postcode {
    width: 100%;
}

.display-both-prices .cart-table {
    float: none;
    width: 100%;
}

.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    width: 50%;
}

.display-both-prices .crosssell {
    clear: right;
    float: right;
}

@media only screen and (max-width: 979px) {
    .display-single-price .cart-table {
        float: none;
        width: 100%;
    }

    .display-single-price .cart-forms {
        float: left;
        padding-right: 10px;
        padding-left: 0;
    }

    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-left: 10px;
    }

    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        width: 50%;
    }

    .display-single-price .crosssell {
        clear: right;
        float: right;
    }
}

@media only screen and (max-width: 599px) {
    .product-cart-sku {
        display: none;
    }

    .display-both-prices .cart-forms,
    .display-both-prices .cart-totals-wrapper,
    .display-both-prices .crosssell,
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: 100%;
    }
}

.display-single-price:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}

.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
}

.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%;
    /* We always want this shipping method to display on its own line */
}

.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
}

.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}

.checkout-types li img {
    display: inline;
    vertical-align: top;
}

.checkout-types li:first-child {
    margin-left: 0;
}

.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}

.checkout-types.top li {
    display: inline-block;
}

.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}

.checkout-types.top .bml_button img {
    display: block;
}

.checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px;
}

.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block;
}

.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 741px) {
    .checkout-types.bottom .paypal-or {
        text-align: right;
        padding-right: 70px;
    }
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
    .checkout-types {
        float: none;
        text-align: center;
    }

    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
        width: auto;
        float: none;
    }

    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    .btn-checkout {
        width: 100%;
    }
}

.cart-table {
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: middle;
}

.page #main .cart-table h2 {
    color: #444343;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    text-align: left;
    line-height: inherit;
}

.cart-table thead th,
.cart-table tbody td {
    background-color: transparent;
    padding: 20px 10px;
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart-table thead th.a-center,
.cart-table tbody td.a-center {
    text-align: center;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}

.cart-table tr {
    border-bottom: 1px solid silver;
}

.cart-table tfoot tr {
    background: none;
}

.cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both;
}

.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none;
}

.cart-table .product-cart-image {
    padding-left: 10px;
}

.cart-table .product-cart-image .product-image img {
    max-width: 100%;
    width: 100%;
    border: 1px solid #9dd0f7;
}

.cart-table .product-cart-image a.cart-edit {
    display: none;
}

.cart-table .product-cart-sku {
    font-style: italic;
    font-size: 14px;
    margin: 5px 0 12px;
}

.cart-table .product-cart-sku .label {
    font-weight: 600;
}

.cart-table .btn-empty {
    float: left;
}

.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #444343;
}

.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}

.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399cc;
    border-bottom: none;
    right: -15px;
    top: 6px;
}

.cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}

.cart-table .cart-links > li > a {
    display: block;
}

.cart-table .cart-links > li:last-child {
    margin-bottom: 0;
}

.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}

.cart-table .product-cart-actions label {
    color: #444343;
    margin-right: 4px;
}

.cart-table .product-cart-actions .qty {
    height: 30px;
    display: inline-block;
    margin: 0 auto;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3.2em;

}

.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}

.cart-table .item-options {
    padding-left: 15px;
}

@media only screen and (max-width: 770px) {
    .cart-table th {
        font-size: 12px;
    }

    .cart-table th,
    .cart-table td {
        padding: 7px 6px;
    }

    .cart-table .product-cart-actions > li {
        white-space: inherit;
    }
}

@media only screen and (max-width: 699px) {
    .display-both-prices .cart-table thead th.cart-total-head,
    .display-both-prices .cart-table td.product-cart-total {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .cart-table colgroup, .cart-table thead {
        display: none;
    }

    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .cart-table tr:after {
        content: '';
        display: table;
        clear: both;
    }

    .cart-table tr:last-child {
        margin-bottom: 0;
    }

    .cart-table tfoot tr {
        padding-bottom: 0;
    }

    .cart-table td {
        border: none;
        display: block;
    }

    .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }

    .cart-table td[data-rwd-label] .price {
        font-weight: normal;
    }

    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
        color: #444343;
        font-weight: 500;
    }

    .cart-table tr {
        border-bottom: 0;
    }

    .cart-table td.product-cart-price {
        text-align: left;
    }

    .cart-table h2 {
        font-size: 12px;
    }

    .cart-table .cart-links {
        padding-top: 5px;
        padding-right: 5px;
    }

    .cart-table .cart-links > li {
        white-space: normal;
        text-align: center;
    }

    .cart-table .cart-links > li > a {
        padding: 2px 0px;
    }

    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px;
    }

    .cart-table .cart-tax-info .price {
        font-size: 13px;
    }

    .cart-table .product-cart-image {
        width: 25%;
        float: left;
        padding-bottom: 0;
    }

    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
    }

    .cart-table .product-cart-info,
    .cart-table td[data-rwd-label] {
        float: right;
        width: 75%;
    }

    .cart-table .product-cart-actions,
    .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right;
    }

    .cart-table .product-cart-remove,
    .cart-table .product-cart-total,
    .cart-table .product-cart-actions .cart-links {
        display: none;
    }

    .cart-table .product-cart-image .cart-links,
    .cart-table .product-cart-info .btn-remove {
        display: block;
    }

    .cart-table .product-cart-actions .button {
        display: none;
    }

    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: -4px 0px 2px 7px;
    }

    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px;
    }

    .cart-table .product-cart-actions {
        text-align: left;
    }

    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px;
        display: inline-block;
    }

    .cart-table .price,
    .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px;
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    }

    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%;
    }

    .cart-table .cart-footer-actions #empty_cart_button {
        float: right;
    }

    .cart-table .cart-footer-actions .btn-continue {
        float: left;
    }

    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
        display: none;
    }

    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":";
    }
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

.shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver;
}

.shipping select.validation-failed {
    border-color: #df280a;
}

.shipping .shipping-desc {
    display: none;
}

.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
}

.shipping .form-list:after {
    content: '';
    display: table;
    clear: both;
}

.shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
}

.shipping .form-list .shipping-country {
    width: 37%;
}

.shipping .form-list .shipping-region {
    width: 41%;
}

.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
}

.shipping .form-list .shipping-postcode input {
    margin-top: 4px;
}

.shipping .form-list .input-box {
    padding-top: 0;
}

.shipping .form-list input {
    height: 30px;
    margin-top: 4px;
}

.shipping .form-list label {
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
}

.shipping .sp-methods dd {
    margin-bottom: 10px;
}

.shipping .sp-methods label {
    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}

.shipping .sp-methods label span {
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
}

.shipping #co-shipping-method-form .sp-methods dd label {
    border: 1px solid #cccccc;
    background-color: #ececec;
    min-width: 220px;
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
    .shipping .shipping-form .form-list > li {
        width: 100%;
        float: none;
    }

    .shipping .shipping-form .form-list > li label {
        display: block;
    }

    .shipping .shipping-form .form-list > li input,
    .shipping .shipping-form .form-list > li select {
        width: 100%;
    }
}

.cart .cart-totals {
    text-align: right;
}

.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}

.cart .cart-totals table {
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}

.cart .cart-totals table td {
    padding: 2px 0px;
}

.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px;
}

.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
}

.cart .cart-totals table tfoot {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.cart .cart-totals table tfoot td {
    font-size: 24px;
    padding: 2px 5px;
    vertical-align: top;
}

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart .cart-totals table tfoot strong {
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .cart-totals {
        text-align: right;
    }
}

@media only screen and (max-width: 770px) {
    .cart .cart-totals table tfoot td {
        font-size: 18px;
    }
}

.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both;
}

#discount-coupon-form,
.cart .giftcard {
    width: 100%;
}

#discount-coupon-form h2,
.cart .giftcard h2 {
    display: none !important;
}

#discount-coupon-form label,
.cart .giftcard label {
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px;
}

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: inline;
}

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
    float: left;
}

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 10px 0 0;
    width: 190px;
}

.cart .giftcard p {
    margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px;
}

.cart .giftcard .check-gc-status > span > span {
    font-size: 14px;
    text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
    color: #3399cc;
}

.crosssell .item a.product-image {
    width: auto;
    float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
    .crosssell {
        /* Undo three-column config */
    }

    .crosssell .products-grid > li:nth-child(even),
    .crosssell .products-grid > li:nth-child(3n),
    .crosssell .products-grid > li {
        width: 47.72727%;
        margin-right: 4.54545%;
    }

    .crosssell .products-grid > li:nth-child(odd) {
        clear: left;
    }

    .crosssell .products-grid > li:nth-child(even) {
        margin-right: 0;
    }

    .crosssell .products-grid > li:nth-child(3n+1) {
        clear: none;
    }
}

@media only screen and (max-width: 599px) {
    .cart-table .cart-tax-total:after {
        right: -9px;
    }

    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
        right: -13px;
    }
}

@media only screen and (max-width: 320px) {
    .crosssell ul .item {
        padding: 0 0px 40px;
    }

    .crosssell ul .product-details .crosssell-actions {
        padding: 0 5px;
    }
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
    display: none;
}

.checkout-onepage-index .col-main {
    width: auto;
    float: none;
    width: 100%;
    padding: 20px 5% 40px;
}

@media only screen and (min-width: 980px) {
    .checkout-onepage-index .col-main {
        float: left;
    }

    .checkout-onepage-index .col-right,
    .checkout-onepage-index .col-left {
        width: 31.25%;
        display: block;
    }

    .checkout-onepage-index .col-right {
        padding-left: 0;
    }
}

.opc select {
    width: 365px;
}

form#checkout-agreements {
    clear: both;
    padding: 20px 0px;
}

.checkout-agreements p.agree {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 10px;
}

.checkout-agreements .agree input {
    display: block !important;
    width: 20px;
    height: 20px;
}

.checkout-agreements .agree label {
    display: none;
}


/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
    width: 100%;
    border-top: 1px solid #ececec;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both;
}

.opc .section.allow:not(.active) .step-title {
    cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4;
}

.opc .section.active .step-title {
    border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
    display: none;
}

.opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
    text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #3399cc;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
}

.opc .section.allow .step-title .number {
    background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
    color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #3399cc;
}

.opc .section .step-title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    float: left;
    margin: 0px 4px 0px 45px;
}

.opc .section .step {
    padding: 20px;
}

.opc .section .step:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (max-width: 979px) {
    .opc .section .step {
        padding: 10px 0;
    }
}

.opc select {
    max-width: 365px;
    width: 100%;
}

.opc h3 {
    font-weight: 500;
}

.opc .buttons-set {
    text-align: left;
}

.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
}

.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}

.opc .buttons-set .back-link {
    float: right;
    margin: 0;
}

.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
    .opc .buttons-set .button + .buttons-set .button,
    .paypal-express-review .buttons-set .button + .buttons-set .button {
        margin-left: 0;
    }
}

.opc #opc-login .step {
    padding: 0px;
}

.opc #opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px;
}

@media only screen and (max-width: 770px) {
    .opc #opc-login .description,
    .opc #opc-login p.required {
        display: none;
    }
}

#opc-payment .note {
    padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
    -webkit-transition: opacity 300ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 300ms linear 0;
    -o-transition: opacity 300ms linear 0;
    transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
    -webkit-transition: width 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
    transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
    -webkit-transition: margin-left 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
    transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
    margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dt:first-child {
    margin: 0 0 5px;
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label img {
    float: left;
}

.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px;
}

.sp-methods .price {
    font-weight: 400;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 120px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 4em !important;
}

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both;
}

.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left;
}

.sp-methods .checkmo-list address {
    float: left;
}

@media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
        padding-left: 0;
    }

    .sp-methods .checkmo-list label {
        width: 135px;
    }
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}

.block-progress .block-content {
    font-size: 13px;
}

.block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a0a0a0;
}

.block-progress dt.complete {
    color: #636363;
}

.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-style: italic;
}

.block-progress dd address {
    font-style: italic;
}

.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}

.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #636363;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px;
}

.block-progress .payment-info dt:after {
    content: ': ';
}

.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}

.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
    display: none;
}

#checkout-review-table-wrapper {
    clear: both;
}

#review-buttons-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#review-buttons-container .btn-checkout {
    min-width: 220px;
}

#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
}

#review-buttons-container .f-left {
    float: right;
}

@media only screen and (max-width: 599px) {
    .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0;
}

#checkout-step-review .opc-block-progress .block-title {
    display: none;
}

#checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0;
}

#checkout-step-review .opc-block-progress .block-content > dl > div {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 479px) {
    #checkout-step-review .opc-block-progress .block-content > dl > div {
        float: none;
        width: auto;
    }
}

#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none;
}

@media only screen and (max-width: 479px) {
    #checkout-review-table thead > tr > th {
        display: none;
    }

    #checkout-review-table thead > tr > th:first-child {
        display: block;
    }

    #checkout-review-table thead > tr > th:first-child {
        display: block;
    }
}

#checkout-step-review .centinel > p {
    margin-bottom: 10px;
}

#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px;
}

.gift-messages-form .item h5 {
    font-weight: bold;
}

.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px;
}

.gift-messages-form .item .details {
    float: left;
}

.gift-message-form .inner-box > div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px;
    display: block;
}

.gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px;
}

.gift-message-form .gift-wrapping-form label {
    margin-right: 10px;
}

.gift-message-form .gift-wrapping-form img {
    float: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px;
}

.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec;
}

.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both;
}

.gift-message-form .gift-item .product-img-box {
    width: 200px;
}

.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}

.gift-message-form .gift-item .product-img-box .product-name {
    display: block;
}

.gift-message-form .gift-item .fieldset {
    margin-left: 200px;
}

@media only screen and (max-width: 770px) {
    .gift-message-form .giftmessage-area {
        max-width: 100%;
    }

    .gift-message-form .gift-item .product-img-box {
        width: 100%;
        float: none;
    }

    .gift-message-form .gift-item .fieldset {
        margin-left: 0px;
    }

    .gift-message-form .gift-item .fieldset textarea {
        width: 100%;
    }
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
    padding: 0;
    text-align: center;
}

.checkout-onepage-success .buttons-set {
    margin: 10px 0;
    text-align: center;
}

.checkout-onepage-success .buttons-set button {
    float: none;
}


/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-changeforgotten {
    margin: 0 auto;
    max-width: 1310px;
}

.customer-account-login .account-login {
    width: 90%;
    margin: 0 auto;
    max-width: 1310px;
}

.customer-account-login .scaffold-form label:first-child {
    width: 115px;
}

.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.customer-account-login .col2-set .registered-users .buttons-set .f-left {
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 14px;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 100%;
    margin: 0;
    float: inherit;
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    text-transform: inherit;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.customer-account-login .col2-set .buttons-set .button {
    text-decoration: none;
}

.customer-account-login .col-1 .button {

}

.customer-account-login .col-1 .button:hover {
}

.customer-account-login p.description, .customer-account-login .col-1 ul {
    padding: 10px;
    font-size: 16px;
}

.customer-account-login .page-title {
    text-align: center;
}

.customer-account-login .col2-set p:not(.required) {
    font-style: italic;
    color: #a0a0a0;
}

.customer-account-login .col2-set .col-1 ul {
    list-style: disc;
    padding-left: 20px;
    /*margin: 10px 0 20px 0;*/
    list-style: none;
}


.col2-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.customer-account-login .col2-set > div {
    text-align: center;
    position: relative;
    border: 1px solid #f0f0f2;
    padding: 30px 30px 70px 30px;
}

.col2-set .col-1 {
    width: 49%;
    max-width: 630px;
}

.col2-set .col-2 {
    width: 49%;
    max-width: 630px;
}

.customer-account-login .page #main .col2-set h2 {
    background: #fff;
    color: #df4d90;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
}

.customer-account-login .page #main .col-1 h2 {
    color: #1b1b1b;
    background: #fff;
    font-size: 18px;
}

.customer-account-login .page #main .col2-set a {
    padding: 0;
    text-decoration: underline;
    margin-top: 10px;
    float: right;
}

.customer-account-login .form-list > li {
    margin: 0;
}

.customer-account-login .form-list li .input-box {
    padding-top: 0px;
}

.customer-account-login .form-list li .input-box input {
    width: 100%;
    height: 60px;
    padding: 0px 15px;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    color: #414141;
    font-size: 18px;
    background: transparent;
    box-sizing: border-box;
}

.customer-account-login .form-list li input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #f9f9f9 inset;
    -webkit-text-fill-color: #414141;
}

.customer-account-create .scaffold-form label {
    width: 220px;
    vertical-align: top;
}

.opc #opc-login p:not(.required) {
    font-style: italic;
    font-size: 13px;
    color: #a0a0a0;
}

.remember-me-box a.hide {
    display: none;
}

.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px;
}

.remember-me-popup {
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    position: relative;
}

.remember-me-popup.show {
    display: block;
}

.remember-me-popup p {
}

.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px;
}

.remember-me-popup .remember-me-popup-close-button {
    display: none;
}

.customer-account-create .page-title {
    text-align: center;
}

.customer-account-create #form-validate {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.customer-account-create .form-list .field {
    margin: 0;
    padding: 12px 46px;
    border-bottom: 1px solid #e6e6e6;
}

.customer-account-create .form-list .control label {
    background: transparent;
    padding-left: 60px;
    width: 400px;
}

.customer-account-create .form-list .control input.checkbox {
    margin-left: 46px;
    margin-top: 14px;
}

.customer-account-create .form-list label {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.customer-account-create .form-list .field > label {
    text-align: right;
    padding-right: 20px;
}

.customer-account-create .form-list .input-text {
    height: 34px;

}

.customer-account-create .form-list .input-text#street_2 {
    margin-top: 10px;
}

.customer-account-create .form-list .input-box {
    display: inline-block;
    max-width: 100%;
}

.customer-account-create .buttons-set {
    background: #fff;
    margin-top: 0;
    padding-top: 0;
}

.customer-account-create .buttons-set .button {
    height: 60px;
    padding: 0 140px;
    text-transform: inherit;
    font-size: 18px;
}

.customer-account-create .buttons-set .back-link {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.customer-account-create .buttons-set .button span {
    margin-left: 10px;
    font-size: 18px;
    vertical-align: -3px;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    margin-left: 0px;
    position: relative;
}

.customer-account-create .fieldset p.required {
    position: absolute;
    top: -30px;
    right: 0;
}

@media only screen and (max-width: 479px) {
    .customer-account-create .fieldset,
    .customer-account-create .buttons-set {
        margin-left: 0;
    }
}

.customer-account-create .fieldset .hidden {
    display: none;
}

.customer-account-create #remember-me-popup {
    max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
}

@media only screen and (max-width: 479px) {
    .customer-account-forgotpassword .fieldset,
    .customer-account-forgotpassword .buttons-set {
        margin-left: 0;
    }
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */

body.customer-account #main {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

body.customer-account #main .col-left-first {
    width: 20%;
}

body.customer-account #main .col-left-first .block-account .block-content ul {
    margin-right: 20px;
    border-right: solid 1px #f0f0f2;
}

body.customer-account #main .col-left-first .block-account .block-content ul li {
    line-height: 2;
}

body.customer-account #main .col-left-first .block-account .block-content ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
}

body.customer-account #main .col-left-first .block-account .block-content ul li.current a strong,
body.customer-account #main .col-left-first .block-account .block-content ul li a:hover {
    color: #df4d90;
}

body.customer-account #main .col-main {
    width: 70%;
}

body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left;
}

body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right;
}

body.customer-account .my-account .title-buttons h1 {
    text-align: left;
}

body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0;
}

body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px;
}

body.customer-account .page #main .my-account .fieldset h2,
body.customer-account .page #main .my-account .addresses-list h2,
body.customer-account .page #main .my-account .order-details h2 {
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    padding: 0px 20px 20px 20px;
    text-transform: inherit;
    border: 0;
    font-size: 36px;
    color: #575757;
    margin: 0 0 30px 0 !important;
}

body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600;
}

body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}

body.customer-account .data-table {
    margin-top: 5px;
}

body.customer-account .data-table td a {
    /*text-transform: uppercase;*/
    font-style: normal;
    font-size: 13px;
}

body.customer-account .data-table span.nobr {
    white-space: normal;
}

body.customer-account .data-table span.nobr a {
    white-space: nowrap;
}

body.customer-account .data-table td.view a {
    display: block;
}

body.customer-account .data-table .separator {
    display: none;
}

body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px;
}

body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0;
}

.form-list .customer-dob label {
    font-size: 12px;
    margin-top: 5px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 135px;
    float: left;
    margin-right: 10px;
}

.form-list .customer-dob .dob-month input,
.form-list .customer-dob .dob-day input {
    width: 50px;
}

.form-list .customer-dob .dob-year {
    width: 150px;
    float: left;
}

body.customer-account .my-account .form-list {
    padding: 0 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

body.customer-account .my-account .addresses-list ol {
    padding: 0 20px;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
    margin-top: 30px;
    background: #f5f5f5;
    padding: 0px 20px 20px 20px;
}

.page #main .dashboard .box-head h2, .page #main .order-info-box .box-title h2 {
    font-size: 36px;
    display: inline-block;
    margin: 0 !important;
    text-transform: inherit;
    color: #575757;
}

.page #main .order-info-box .box-title h2 {
    text-align: left;
}

.dashboard .box-head a {
    padding: 10px;
}

.dashboard .box-title a,
.dashboard .box-head a {
    font-size: 12px;
}

.dashboard .box-account {
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.dashboard .box-account p,
.dashboard .box-account address {
    font-style: italic;
}

.dashboard .col2-set,
.dashboard #my_recent_reviews {
    padding: 0px 20px;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: inherit;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
    text-transform: inherit;
}

.dashboard .box-reviews.box-account {
    padding-bottom: 0;
}

.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}

.dashboard .box-reviews li:first-child {
    border-top: 0;
}

.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
}

.dashboard .box-reviews li .details {
    margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
    float: left;
    font-size: 13px;
    margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0;
}

.recent-order-label {
    padding: 5px 10px;
    display: block;
}


.my-account .pager {
    width: 100%;
}

.my-account .pager .pages {
    float: right;
    width: auto;
}

.my-account .recent-review-label {

}


/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
}

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0;
}

.my-account .addresses-list .item {
    margin: 0 0 30px 0;
}

.my-account .addresses-list .item p {
    margin-top: 10px;
}

@media only screen and (max-width: 770px) {
    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .my-account .addresses-list .col-1 li.empty,
    .my-account .addresses-list .col-2 li.empty {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
        white-space: nowrap;
    }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    margin-right: 20px;
}

.order-info li {
    margin: 0 0 0 20px;
}

.order-info li.current {
    font-weight: 600;
}

.order-info li:first-child {
    margin-left: 0;
}

.order-date {
    text-transform: uppercase;
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px;
}

.order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
}

.order-info-box .col-2 {
    width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.order-info-box .box-title {
    padding-right: 10px;
}

.order-info-box .box-title h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

.order-info-box .box-title h2:after {
    content: ':';
}

.order-info-box .box-content {
}

.order-info-box .box-content td,
.order-info-box .box-content th {
    line-height: 1.3;
}

.order-info-box .box-content th {
    padding-top: 10px;
}

.order-info-box .box-content td {
    padding-left: 15px;
}

.order-info-box .box-content strong {
    font-weight: normal;
    text-transform: uppercase;
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
}

#my-orders-table .option-value {
    margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none;
}

ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
    display: inline;
}

@media only screen and (max-width: 599px) {
    #my-orders-table .option-label {
        margin-left: 20px;
    }

    #my-orders-table .option-value {
        margin-left: 35px;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr br {
        display: none;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px;
    }

    #my-orders-table tr.bundle {
        border-color: #ededed;
    }

    #my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px;
    }

    #my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0;
    }

    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px;
    }

    #my-orders-table tfoot tr.shipping {
        margin-top: 0;
    }
}

.order-additional {
    margin: 40px 0;
}

.order-gift-message dd {
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0;
    }

    body.customer-account .data-table td.view a {
        white-space: normal;
    }
}

@media only screen and (max-width: 979px) {
    body.customer-account .my-account .title-buttons {
        text-align: left;
    }

    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
        top: -12px;
    }
}

@media only screen and (max-width: 770px) {
    body.customer-account .data-table.orders th.ship,
    body.customer-account .data-table.orders td.ship,
    body.customer-account .data-table.orders td.status,
    body.customer-account .data-table.orders th.status {
        display: none;
    }

    .order-info-box .box-content {
        clear: left;
    }

    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px;
    }

    .order-info dt {
        display: none;
    }

    .dashboard .page-title {
        margin-top: 20px;
    }

    .dashboard .page-title h1 {
        margin-top: 0;
    }

    .dashboard .welcome-msg {
    }

    .dashboard .welcome-msg .hello {
        font-style: italic;
    }

    .dashboard .box-account {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 48%;
        padding-right: 0;
        padding-left: 0;
    }

    .dashboard .col2-set .col-1 {
        float: left;
        margin-right: 4%;
    }

    .dashboard .col2-set .col-2 {
        float: right;
    }
}

@media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list .control {
        padding-left: 0;
    }
}

@media only screen and (max-width: 479px) {
    body.customer-account .my-account .page-title h1 {
        text-align: center;
    }

    body.customer-account .my-account .title-buttons {
        text-align: center;
    }

    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }

    body.customer-account .my-account .title-buttons .button + .button {
        margin-left: 0px;
    }

    body.customer-account .my-account .fieldset h2 {
        margin-bottom: 15px;
    }

    body.customer-account .my-account .order-details h2 {
        margin-bottom: 15px;
    }

    body.customer-account .my-account .buttons-set {
        border-top: 0;
    }

    body.customer-account .my-account .addresses-list .item {
        margin-bottom: 15px;
        padding-right: 0;
        float: none;
        width: auto;
    }

    body.customer-account .my-account .addresses-list h2 {
        margin-bottom: 15px;
    }

    .order-info {
        margin-top: 15px;
    }

    .data-table.orders .link-reorder,
    .data-table.orders .date {
        display: none;
    }

    .data-table.orders td.view {
        text-align: right;
    }

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 100%;
        margin-top: 15px;
    }

    .order-info-box {
        margin: 0;
    }

    .order-info-box .col-1,
    .order-info-box .col-2 {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0;
    }

    .order-info-box + .order-info-box {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px;
    }

    #my-reviews-table .nobr {
        white-space: normal;
    }
}


/******DEVIS EN LIGNE********/

.quotation-quote-requestfromcart .main-container {
    max-width: 1310px;
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.quotation-quote-requestfromcart #main input, .quotation-quote-requestfromcart #main textarea {
    border: 1px solid #c2c2c2;
}

.quotation-quote-requestfromcart .page #main h2 {
    margin-bottom: 40px;
    margin-top: 0;
}

body.quotation-quote-list.customer-account #main .col-main, body.quotation-quote-view.customer-account #main .col-main {
    margin: 0 auto;
}

body.quotation-quote-view.customer-account .col2-set.generic-box button {
    margin: 10px 0px;
}

body.quotation-quote-view.customer-account .page #main h2 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: normal;
}

body.quotation-quote-view.customer-account #main .col-main div td {
    width: auto;
    padding: 0 5px;
}

body.quotation-quote-view.customer-account .data-table {
    text-align: center;
}

/******PAGE 404********/

.cms-no-route .main-container {
    max-width: 1310px;
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}


.cms-no-route .page #main h2 {
    margin-bottom: 40px;
    margin-top: 0;
}


/*****RESPONSIVE****************/

@media (max-width: 1480px) {

    .containerlarge {
        width: 90%;
    }

    .containerlarge.sortcontainer {
        width: 100%;
    }

    .page nav ul li a, header ul.menu-client li a {
        font-size: 12px;
    }

    .header-produit ul {
        text-align: left;
        padding-left: 50px;
    }

    ul.produit-bouton li:nth-child(odd), ul.produit-bouton li:nth-child(even) {
        width: 49%;
    }

}

/*******1480**********/


@media (max-width: 1380px) {

    .blog-liste .postWrapper {
        width: 320px;
    }

    .blog-liste .postWrapper figure {
        width: 320px;
        height: 200px;
    }

    .main .slide-produit li, .main .slide-produit li h4, #main .slide-produit li .bouton,
    .main .slide-services li, .main .slide-services li h4, #main .slide-services li .bouton {
        width: 380px;
    }

    .main .slide-produit li figure, .main .slide-services li figure {
        width: 380px;
        height: 380px;
    }

    .liste-view li {
        width: 320px;
    }

    .liste-view li figure {
        width: 320px;
        height: 320px;
    }

}

/*******1380**********/


@media (max-width: 1310px) {

    .container {
        width: 60%;
    }

    .page nav ul li {
        padding: 0 5px;
    }

    .ariane ul li a {
        font-size: 12px;
    }

    div.copy {
        height: auto;
    }

    div.copy .menu-univers {
        position: relative;
    }

    div.copy .menu-univers li {
        width: 50%;
    }

    /*
.fiche-produit .col1, .fiche-produit .col2
{
width:100%;
float:none;
}

.fiche-produit .col1
{
margin-bottom:80px;
}
*/
    .header-produit ul li a {
        font-size: 12px;
    }

}

/*******1310**********/

@media (max-width: 1180px) {

    header .baseline {
        text-align: left;
        padding-left: 50px;
    }

    .search-container {
        top: 115px;
        left: -450px;
    }

    .search-container.active {
        left: 50px;
    }

    .page .menu-mobile {
        display: block;
        position: absolute;
        left: 50px;
        top: 40px;
    }

    .page .menu-mobile a {
        color: #000;
        font-size: 25px;
    }

    .page .menu-mobile .search-menu {
        margin-right: 20px;
    }

    .page .menu-mobile span {
        display: none;
    }

    .page .menu-mobile li {
        display: inline-block;
    }

    .page header .menu-bt {
        position: relative;
        top: 0;
        left: 0;
    }

    .page nav {
        position: fixed;
        width: 33.333%;
        min-height: 100%;
        left: -50%;
        top: 115px;
        box-sizing: border-box;
        background: #333238;
        z-index: 99;
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: auto;
        padding: 50px 50px 165px 50px;
    }

    .page nav.active {
        left: 0;
    }

    .page nav > ul, .page nav > ul > li {
        height: auto;
    }

    .page nav ul li {
        display: block;
        padding: 0;
    }

    .page nav ul li.search-menu {
        display: none;
    }

    .page nav ul.level0 li figure.menu-illu {
        display: none;
    }

    .page nav ul li a {
        line-height: initial;
        font-size: 18px;
        font-family: 'avalonregular';
        position: relative;
        color: #fff;
    }

    .page nav ul li a.menuparent::before {
        content: '\e909';
        font-family: 'icomoon';
        color: #9f9fa2;
        font-size: 15px;
        margin-right: 5px;
        display: inline-block;
        transform: rotate(-90deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        left: -20px;
        top: 18px;
    }

    .page nav ul li a.menuparent.active::before {
        transform: rotate(0deg);
    }

    .page .s-nav.large, .page .s-nav.mini, .page nav ul.level0 {
        display: block;
        position: relative;
        left: 0;
        top: 0 !important;
        padding: 0;
        background: #333238;
        z-index: 9;
    }

    .page nav ul.level0.s-nav-888 {
        display: none !important;
    }

    .page .s-nav.large, .page .s-nav.mini, .page .s-nav ul, .page nav ul.level0 ul {
        display: none;
        z-index: 1;
    }

    .page nav ul.s-nav > li, .page nav ul.level0 > li {
        border-bottom: 1px solid #c7c7ca;
    }

    .page .s-nav.large > li, .page nav ul.level0 > li {
        width: 100%;
        border-right: 0;
    }

    .page .s-nav.large li figure.menu-illu {
        display: none;
    }

    .page .s-nav.large > li > a, .page nav ul.level0 > li > a {
        margin-bottom: 0;
    }


    .blog-liste .postWrapper {
        width: 400px;
    }

    .blog-liste .postWrapper figure {
        width: 400px;
        height: 250px;
    }

    .liste-view {
        justify-content: space-around;
    }

    .liste-view li {
        width: 405px;
    }

    .liste-view li figure {
        width: 405px;
        height: 405px;
    }

}

/*******1180***********/


@media (max-width: 1024px) {

    .col1, .col2 {
        width: 100%;
        float: none;
    }

    .col1 {
        margin-bottom: 30px;
    }

    .fiche-produit .col1 {
        margin-bottom: 80px;
    }

    .catalog-product-view .columnflex, .catalog-product-view section#benefices .container, .catalog-product-view section#caracteristiques .container {
        display: block;
    }

    .catalog-product-view .columnContainer, .cms-page-view #main .container .col50, .blog-post-view #main .container .col50, .cms-bloc #main .container .col50 {
        width: 100%;
    }

    .bloc-actu .col2 {
        height: auto;
    }

    .cms-home nav, .page nav {
        width: 100%;
        left: -100%;
        background: #333238;
    }

    .cms-home nav ul li a {
        color: #fff;
    }

    section.univers {
        height: auto;
    }

    section.univers ul {
        display: block;
    }

    section.univers ul li {
        width: 100%;
        height: auto;
        padding: 50px 0;
    }

    section.univers ul li:nth-child(1) {
        background: url(images/header-univers1.jpg) no-repeat center center;
        background-size: cover;
    }

    section.univers ul li:nth-child(2) {
        border-right: 0;
        border-left: 0;
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
        background: url(images/header-univers2.jpg) no-repeat center center;
        background-size: cover;
    }

    section.univers ul li:nth-child(3) {
        background: url(images/header-univers3.jpg) no-repeat center center;
        background-size: cover;
    }

    section.univers ul li a .texte h2 {
        margin-bottom: 50px;
    }

    section.univers ul li::before {
        opacity: 0.5;
    }

    section.univers a.link-down {
        display: none;
    }

    .bloc-showroom .container, .bloc-engagements .container, .bloc-actu .container {
        max-width: 620px;
        text-align: center;
    }

    .bloc-actu .col2 .bouton {
        position: relative !important;
        margin-top: 30px;
    }

    ul.menu-footer {
        flex-wrap: wrap;
    }

    ul.menu-footer > li {
        width: 50%;
        margin-bottom: 50px;
    }

    .header-produit {
        display: none;
    }

}

/******1024**********/


@media (max-width: 980px) {

    .container {
        width: 90%;
    }

    header .baseline {
        text-align: center;
        padding-left: 0px;
    }

    header .baseline .menu-univers {
        display: none;
    }

    header ul.menu-client li a span {
        display: none;
    }

    .main .slide-produit li, .main .slide-services li {
        width: 320px;
    }

    .main .slide-produit li figure, .main .slide-services li figure {
        width: 320px;
        height: 320px;
    }

    .main .slide-produit li h4, #main .slide-produit li .bouton, .main .slide-produit li p,
    .main .slide-services li h4, #main .slide-services li .bouton {
        width: 320px;
    }

    .liste-view {
        justify-content: space-around;
    }

    .liste-view li {
        width: 320px;
    }

    .liste-view li figure {
        width: 320px;
        height: 320px;
    }

    .footer-icon li {
        margin-bottom: 30px;
    }

    .footer-icon {
        padding-bottom: 70px;
    }

    .page #main .fiche-produit h1 {
        font-size: 40px;
    }

    .blog-liste {
        width: 400px;
        margin: 0 auto;
    }

    .order-info-box .col-1, .order-info-box .col-2 {
        width: 100%;
    }


    .contacts-index-index form#webform_1, .webforms-index-index form#webform_2 {
        width: 650px;
    }

    .contacts-index-index form#webform_1 input[type=text], .webforms-index-index form#webform_2 input[type=text] {
        width: 280px;
    }

    .contacts-index-index form#webform_1 textarea {
        width: 600px;
    }

    .commande-box {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }

}

/*****980*************/


@media (max-width: 780px) {

    .catalogsearch-result-index .bloc-filtre, .catalogsearch-result-index .bloc-filtre .toolbar {
        display: none;
    }

    .customer-account-login .col2-set {
        display: block;
    }

    .customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2 {
        width: 100%;
    }

}

/*****780*************/


@media (max-width: 580px) {

    header .baseline {
        font-size: 12px;
        height: auto;
        padding: 0 30px;
    }

    section.univers ul li a .texte h2 {
        font-size: 25px;
    }

    .cms-home #main h2, .cms-home .bloc-handicap .col1 h4, .cms-home .bloc-handicap .col2 h4,
    .page #main h1, .page #main h2 .l1, .page .bloc-handicap .col1 h3, .page .bloc-handicap .col2 h3 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .page #main h2 .l1 {
        margin-bottom: -60px;
        margin-top: 0;
    }

    .page .product-view .main h2 .l1 {
        margin-bottom: 30px !important;
    }

    .cms-home #main h3, .cms-home .bloc-handicap .col1 h5, .cms-home .bloc-handicap .col2 h5,
    .page #main h2, .page #main h1 .l2, .page .bloc-handicap .col1 h4, .page .bloc-handicap .col2 h4 {
        font-size: 30px;
        line-height: 50px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .main .bouton {
        font-size: 12px;
        height: auto;
        line-height: 25px;
        padding: 10px 30px;
    }

    .bloc-engagements h4, .main .sous-titre, .bloc-actu .col2 h3 {
        font-size: 25px;
    }

    .cms-home .bloc-handicap .col1 .bouton, .cms-home .bloc-handicap .col2 .bouton {
        width: 90%;
        font-size: 12px;
    }

    .bloc-newsletter .col1 {
        margin-bottom: 0;
    }

    .bloc-newsletter .col1 ul li {
        margin-bottom: 30px;
    }

    .bloc-newsletter .col2 input.inputname, .bloc-newsletter .col2 input.inputprenom {
        width: 100%;
        float: none;
    }

    ul.menu-footer > li {
        width: 100%;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .page #main .header-img h1 {
        font-size: 50px;
    }

    ul.produit-bouton li:nth-child(odd), ul.produit-bouton li:nth-child(even), .liste-pdf li {
        width: 100%;
    }

    body.customer-account #main .col-left-first, body.customer-account #main .col-main {
        width: 100%;
    }

    .page #main .fiche-produit .price-excluding-tax, .page #main .commande-box .price-excluding-tax,
    .page #main .fiche-produit .price-tva, .page #main .commande-box .price-tva {
        display: block;
        margin: 0;
    }

    .page #main .fiche-produit .price-including-tax {
        display: block;
        margin-bottom: 20px;
    }

    .commande-box .add-to-cart-buttons button {
        max-width: 100%;
        white-space: normal;
    }

    .containerlarge.currently {
        width: 100%;
    }

    .bloc-filtre ul.liste-filtre, .catalogsearch-result-index .block-layered-nav ul.liste-filtre {
        display: block;
    }

    .bloc-filtre ul.liste-filtre > li, .catalogsearch-result-index .block-layered-nav ul.liste-filtre > li {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .bloc-filtre .s-filtre.large, .bloc-filtre .s-filtre ol, .bloc-filtre .s-filtre,
    .catalogsearch-result-index .block-layered-nav .s-filtre.large, .catalogsearch-result-index .block-layered-nav .s-filtre ol, .catalogsearch-result-index .block-layered-nav .s-filtre {
        position: relative;
        top: 0;
    }

    #main .bloc-filtre ul.liste-filtre > li .s-filtre.large a,
    .catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li .s-filtre.large a {
        display: block;
        text-align: left;
    }

    .bloc-filtre .toolbar, .catalogsearch-result-index .block-layered-nav .toolbar {
        position: relative;
        left: 10px;
        top: 15px;
    }

}

/*****580*********/


@media (max-width: 480px) {

    header .baseline {
        font-size: 8px;
    }

    .cms-home header .menu-bt {
        /*
left:20px;
*/
    }

    .cms-home .menu-home {
        left: 20px;
    }

    /*
.cms-home .logo
{
position: absolute;
right: 20px;
top: 35px;
}
*/
    .page #main .header-img h1 {
        font-size: 40px;
    }

    .header-img p {
        font-size: 14px;
    }

    .blog-liste, .blog-liste .postWrapper {
        width: 300px;
    }

    .blog-liste .postWrapper figure {
        width: 300px;
        height: 200px;
    }

}

/******************************/


@media (max-width: 580px) {
    .page .menu-mobile {
        display: block;
        position: absolute;
        left: 10px;
        top: 40px;
    }

    .cms-home .menu-home {
        left: 10px;
    }

    header .menu-client {
        position: absolute;
        right: 10px;
        top: 55px;
    }

    .page .menu-mobile .search-menu {
        margin-right: 10px;
    }

    header ul.menu-client li {
        display: inline-block;
        /* padding: 0 10px; */
        position: relative;
        padding: 0;
    }

    header ul.menu-client li i {
        font-size: 25px;
        /* margin-right: 10px; */
    }

    header ul.menu-client li:first-child i {
        margin-right: 10px;
    }

}


@media (max-width: 375px) {

    .cms-home header .logo img {
        width: 150px;
        margin-top: 10px;
    }

    .page .menu-mobile {
        top: 45px;
    }

    header .menu-client {
        top: 50px;
    }

    .page .menu-mobile a, header ul.menu-client li i, .cms-home .menu-home a {
        font-size: 20px;
    }

    .cms-home .menu-home .search-menu {
        margin-right: 10px;
    }

    .page header .menu-bt {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }

    .page header .logo img {
        width: 50%;
        margin-top: 5px;
    }

}

@media (max-width: 325px) {

    header .logo img {
        margin-top: 10px;
    }

}

/* =============================== *
 * CSS pour les devis cart2quote
 * =============================== */
#overlay, #overlaylink {
    z-index: 10010;
}

.checkout-types > .method-qquoteadv-checkoutquotebtn .button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.centered {
    margin: 0 auto;
}

#quotelist .qquote-client-collaterals {
    float: none;
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
    display: block;
}

#quotelist .cart-table {
    float: none;
    width: 100%
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

#quotelist #shipDiv {
    float: right;
    width: 45%;
}

#quotelist #billDiv {
    float: left;
    width: 45%;
}

#quotelist .input-select select {
    padding-left: 5px;
}

.w48 {
    width: 48%;
}

.checkout-onepage-index p.back-link, .checkout-onepage-index .button.button-back {
    display: none;
}

#quotelist #addressCheckbox {
    float: none;
    clear: both
}

#qquote-tbl-billing .left {
    padding-right: 0px
}

#quotelist .cart-table td {
    vertical-align: top !important;
}

/* -------------------------------------------- *
 * Breadcrumbs
 */
.main-container-breadcrumbs {
    padding: 19px 0;
}

.breadcrumbs {
    overflow: hidden;
    margin: 0;
    padding-left:10px;
}

.breadcrumbs li {
    float: left;
    font-size: 13px;
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.breadcrumbs a {
    float: left;
    color: #000;
}

.breadcrumbs a:hover {
    color: #3399cc;
    text-decoration: none;
}

.breadcrumbs strong {
    color: #000000;
    font-weight: normal;
}

.breadcrumbs span {
    float: left;
    color: #000000;
    padding: 0 7px;
}

@media only screen and (max-width: 770px) {
    .breadcrumbs {
        display: none;
    }
}@charset 'UTF-8'; /*******RESET********/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, textarea, th, td, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

header, hgroup, section, article, aside, figure, figcaption, nav, footer {
    display: block;
}

ul, ol, li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden {
    visibility: hidden;
    overflow: hidden;
}

.none, .menu-bt-container {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
}

.maj {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.valign {
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}

strong {
    font-family: 'avalonbold';
}

.center {
    text-align: center;
}

img.center {
    display: block;
    margin: 0 auto;
}

.rose {
    color: #df4d90;
}

.vert {
    color: #9acb45;
}

.bleu {
    color: #25b5e9;
}

.violet {
    color: #b5a9d3;
}

.emeraude {
    color: #00adad;
}

.orange {
    color: #f89b6e;
}

.col1 {
    width: 49%;
    float: left;
}

.col2 {
    width: 49%;
    float: right;
}

.container {
    max-width: 1310px;
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.containerlarge {
    width: 1310px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

img {
    max-width: 100%;
    height: auto;
}

.product-view .table-container {
    overflow-x: auto;
}

.product-view .table-container table {
    display: block;
    min-width: 500px;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-family: 'avalonregular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    padding-top: 115px;
}

body.cms-home {
    padding-top: 0px;
}

body.header-produit-fixed {
    padding-top: 190px;
}

@font-face {
    font-family: 'avalonregular';
    src: url('font/avalon-webfont.eot');
    src: url('font/avalon-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/avalon-webfont.woff2') format('woff2'),
    url('font/avalon-webfont.woff') format('woff'),
    url('font/avalon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avalonbold';
    src: url('font/avalon_bold-webfont.eot');
    src: url('font/avalon_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/avalon_bold-webfont.woff2') format('woff2'),
    url('font/avalon_bold-webfont.woff') format('woff'),
    url('font/avalon_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('font/icomoon.eot');
    src: url('font/icomoon.eot#iefix') format('embedded-opentype'),
    url('font/icomoon.ttf') format('truetype'),
    url('font/icomoon.woff') format('woff'),
    url('font/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e900";
}

.icon-left-quote:before {
    content: "\e920";
}

.icon-user:before {
    content: "\e901";
}

.icon-shop:before {
    content: "\e902";
}

.icon-close:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-twitter:before {
    content: "\e905";
}

.icon-youtube:before {
    content: "\e906";
}

.icon-viadeo-logo:before {
    content: "\e907";
}

.icon-left-arrow:before {
    content: "\e908";
}

.icon-tick:before {
    content: "\e909";
}

.icon-down-arrow:before {
    content: "\e90a";
}

.icon-plus:before {
    content: "\e90b";
}

.icon-minus:before {
    content: "\e90c";
}

.icon-sort:before {
    content: "\e90d";
}

.icon-sort-1:before {
    content: "\e90e";
}

.icon-catalogue:before {
    content: "\e90f";
}

.icon-interview:before {
    content: "\e910";
}

.icon-receipt:before {
    content: "\e911";
}

.icon-pdf:before {
    content: "\e912";
}

.icon-credit-card:before {
    content: "\e913";
}

.icon-warehouse:before {
    content: "\e914";
}

.icon-stopwatch:before {
    content: "\e915";
}

.icon-shield:before {
    content: "\e916";
}

.icon-first-aid-kit:before {
    content: "\e917";
}

.icon-uniform:before {
    content: "\e918";
}

.icon-magnifying-glass:before {
    content: "\e919";
}

.icon-menu:before {
    content: "\e91a";
}


header {
    position: fixed;
    width: 100%;
    height: 115px;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 999;
    border-bottom: 1px solid #f0f0f2;
}

header .baseline {
    background: #f0f0f2;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

header .baseline .menu-univers {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

header .baseline .menu-univers li {
    padding: 0 20px;
}

header .baseline .menu-univers li.menu-boutique {
    background: #df4d90;
}

.menu-univers li.menu-boutique {
    display: none;
}

.categorie-tms-handicap .menu-univers li.menu-boutique,
.categorie-prevention-qvt .menu-univers li.menu-boutique {
    display: block;
}

header .baseline .menu-univers li.menu-tms {
    background: #9acb45;
}

.categorie-tms-handicap .menu-univers li.menu-tms {
    display: none;
}

header .baseline .menu-univers li.menu-prevention {
    background: #25b5e9;
}

.categorie-prevention-qvt .menu-univers li.menu-prevention {
    display: none;
}

header .baseline .menu-univers li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.cms-home h1 {
    height: 86px;
    background: #fff;
}

header .logo {
    position: relative;
    z-index: 9;
}

.cms-home .menu-home {
    display: block;
    position: absolute;
    left: 50px;
    top: 60px;
}

.cms-home .menu-home a {
    color: #000;
    font-size: 25px;
    position: relative;
    left: 0;
    top: 0;
}

.cms-home .menu-home .search-menu {
    margin-right: 20px;
}

.cms-home .menu-home .search-menu a {
    display: block;
    width: 25px;
    height: 25px;
}

.cms-home .menu-home .search-menu i {
    position: absolute;
    left: 0;
    top: 0;
}

.cms-home .menu-home .search-menu a .icon-magnifying-glass {
    opacity: 1;
}

.cms-home .menu-home .search-menu a.active .icon-magnifying-glass {
    opacity: 0;
}

.cms-home .menu-home .search-menu a .icon-close {
    opacity: 0;
}

.cms-home .menu-home .search-menu a.active .icon-close {
    opacity: 1;
}


.cms-home .menu-home span {
    display: none;
}

.cms-home .menu-home li {
    display: inline-block;
}


header .menu-bt {
    color: #000;
    position: absolute;
    left: 50px;
    top: 60px;
    font-size: 25px;
    display: block;
    width: 25px;
    height: 25px;
}

home header .menu-bt {
    position: relative;
    left: 0;
    top: 0;
}

.page .menu-mobile {
    display: none;
}

header .menu-bt span {
    display: none;
}

header .menu-bt i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
}

header .menu-bt .icon-menu {
    opacity: 1;
}

header .menu-bt.active .icon-menu {
    opacity: 0;
}

header .menu-bt .icon-close {
    opacity: 0;
}

header .menu-bt.active .icon-close {
    opacity: 1;
}

.cms-home nav {
    position: fixed;
    width: 33.333%;
    height: 100%;
    left: -50%;
    top: 0;
    box-sizing: border-box;
    background: #f0f0f2;
    z-index: 99;
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page nav {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 83px;
    background: #fff;
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
}

.page nav > ul {
    height: 100%;
}

.page nav > ul > li {
    height: 100%;
    line-height: 83px;
}

.page nav > ul > li > a {
    height: 100%;
    display: block;
}

header .menu-client {
    position: absolute;
    right: 50px;
    top: 55px;
    z-index: 99;
}

.page nav ul li, header ul.menu-client li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.page nav ul li a, header ul.menu-client li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'avalonbold';
}

.page nav ul li.search-menu span {
    font-size: 0;
}

header ul.menu-client li i {
    font-size: 25px;
    margin-right: 10px;
}

.page nav ul li#category-node-852, .page nav ul li#category-node-896 {
    display: none;
}

.categorie-tms-handicap .page nav ul li#category-node-816 {
    display: none;
}

.categorie-tms-handicap .page nav ul li#category-node-852 {
    display: inline-block;
}

.categorie-prevention-qvt .page nav ul li#category-node-816 {
    display: none;
}

.categorie-prevention-qvt .page nav ul li#category-node-896 {
    display: inline-block;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */

.minicart .count {
    position: absolute;
    left: 35px;
    top: 0;
}

.header-minicart {
    display: inline-block;
}

@media only screen and (max-width: 770px) {
    .header-minicart {
        display: block;
    }
}

@media only screen and (min-width: 771px) {
    .header-minicart {
        position: absolute;
        right: -50px;
        bottom: -25px;
    }
}

.minicart .minicart-message {
    display: block;
    padding: 10px;
}

.minicart .empty {
    padding: 10px;
    text-align: center;
}

.minicart .minicart-wrapper {
    clear: both;
    position: relative;
}

.minicart .minicart-wrapper:before, .minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.minicart .minicart-wrapper:after {
    background-image: url("https://www.ceciaa.com/skin/frontend/dyslexie/ceciaa/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.minicart .minicart-wrapper.loading {
    position: relative;
}

.minicart .minicart-wrapper.loading:before, .minicart .minicart-wrapper.loading:after {
    display: block;
}

.minicart .block-cart {
    left: 180px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.minicart .block-subtitle {
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.minicart .block-subtitle .close {
    width: 40px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: -3px;
}

.minicart .mini-products-list {
    padding: 10px;
    padding-top: 0px;
}

.page .minicart .mini-products-list li {
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    width: 100%;
}

.minicart .mini-products-list li.last {
    border: none;
}

.minicart .mini-products-list li .product-details {
    position: relative;
}

.minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold;
}

.minicart .product-details .product-name a {
}

.minicart .info-wrapper {
    margin-bottom: 0.5em;
}

.minicart .info-wrapper th {
    padding-right: 10px;
    font-size: 13px;
}

.minicart .info-wrapper td {
    clear: right;
    text-align: left;
}

.minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}

.minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px;
}

.minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}

.minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
}

.minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}

.page .minicart .remove {
    font-size: 12px;
    display: block;
    text-align: left;
    text-transform: initial;
}

.minicart .subtotal {
    background-color: #fff;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    text-align: center;
    line-height: 2em;
}

.minicart .subtotal .label {
    color: #000;
    text-transform: uppercase;
}

.minicart .subtotal .price {

}

.minicart .minicart-actions {
    padding: 10px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.minicart .minicart-actions .checkout-button {
    min-width: 145px;
}

.minicart .minicart-actions .cart-link {
    height: 33px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 13px;
}

.minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
}

.minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none;
}

.minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none;
}

.minicart .jcarousel-control-prev,
.minicart .jcarousel-control-next {
    display: none;
}

.minicart.skip-active .block-cart,
.block-cart.skip-active {
    left: -190px;
}

@media only screen and (min-width: 771px) {
    .checkout-types.minicart {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .minicart a.skip-cart {
        z-index: 1;
    }
}

@media only screen and (max-width: 770px) {
    .minicart .subtotal .label {
        color: #636363;
    }

    .minicart .minicart-wrapper:before {
        background-color: #EDEDED;
    }

    .minicart .quantity-button {
        float: none;
    }

    .minicart .header-minicart .block-cart {
        padding: 15px;
    }

    .minicart .header-minicart .block-subtitle {
        padding-top: 59px;
    }

    .minicart .minicart-actions {
        padding-bottom: 33px;
    }

    .minicart .minicart-actions .cart-link {
        bottom: 0;
        right: 10px;
        position: absolute;
    }

    .minicart .minicart-actions .checkout-types.minicart li {
        display: inline-block;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
        display: inline;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 740px) {
    .minicart .minicart-actions .cart-link {
        right: auto;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        line-height: 1.6;
    }
}

@media only screen and (max-width: 599px) {
    .minicart .minicart-actions .checkout-button {
        width: 100%;
    }
}

.minicart #header-cart {
    width: 350px;
    position: absolute;
    top: 60px;
    padding: 20px;
    background: #f0f0f2;
    border: 1px solid #d7d7dc;
}

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
    float: left;
    min-width: 50px;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.mini-products-list .product-details .product-name {
    padding-top: 0px;
    text-align: left;
}

.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}

.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
    display: block;
}

.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}


.cms-home nav.active {
    left: 0;
}

.cms-home nav > ul {
    padding: 170px 50px 0px 30px;
}

.cms-home nav ul li {
    margin-left: 20px;
    padding: 5px 0px;
}

/*
.cms-home nav ul li#menu-852, .cms-home nav ul li#menu-896
{
display:none;
}
*/

.cms-home nav a {
    text-transform: uppercase;
    color: #000;
}

.cms-home nav a i {
    color: #9f9fa2;
    font-size: 15px;
    margin-right: 5px;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cms-home nav a i.icon-user {
    transform: rotate(0deg);
    font-size: 25px;
    color: #000;
}

.cms-home nav a.active i {
    transform: rotate(0deg);
}

.cms-home nav a span#category-817 {
    color: #9acb45;
}

.cms-home nav a span#category-818 {
    color: #b5a9d3;
}

.cms-home nav a span#category-819 {
    color: #25b5e9;
}

.cms-home nav a span#category-820 {
    color: #00adad;
}

.cms-home nav a span#category-821 {
    color: #f89b6e;
}

.cms-home nav ul.s-nav {
    display: none;
}

.cms-home nav ul li.menu-produit ul.s-nav {
    display: block;
}

.cms-home nav ul.s-nav > li {
    border-bottom: 1px solid #c7c7ca;
}

.cms-home nav ul.s-nav > li ul {
    display: none;
}

.page .s-nav.large, .page nav ul.level0 {
    position: fixed;
    width: 100%;
    left: 0;
    top: -100vh;
    background: #f0f0f2;
    display: flex;
    padding: 20px 50px 50px 50px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}

.page .s-nav.mini, .page nav ul.level0.s-nav-888 {
    position: absolute;
    left: 0;
    top: -100vh;
    background: #f0f0f2;
    padding: 20px 20px 20px 10px;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
    width: 530px;
}

.page li:hover > .s-nav.large, .page nav li:hover > ul.level0 {
    top: 115px;
}

.page li:hover > .s-nav.mini, .page li:hover > ul.level0.s-nav-888 {
    top: 85px;
}

.page .s-nav ul, .page nav ul.level0 ul {
    line-height: 25px;
}

.page .s-nav.large li, .page .s-nav.mini li, .page nav ul.level0 li {
    text-align: left;
    display: block;
    padding: 0;
    line-height: 25px;
}

.page .s-nav.large > li, .page nav ul.level0 > li {
    padding: 0 10px;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    line-height: 25px;
}

.page nav ul.level0.s-nav-888 > li {
    width: 100%;
    border: 0;
}

.page nav ul.level0 li figure.menu-illu {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page nav ul.level0 li figure.menu-illu img {
    display: block;
    width: 100%;
    height: auto;
}

.page .s-nav li a, .page nav ul.level0 li a {
    font-family: 'avalonregular';
}

.page .s-nav li a:hover, .page nav ul.level0 li a:hover {
    opacity: 0.5;
}

.page .s-nav.large > li > a, .page nav ul.level0 > li > a {
    display: block;
    margin-bottom: 20px;
}

.page nav ul.level0.s-nav-896 > li > a {
    font-family: 'avalonbold';
}

.page nav ul.level0.s-nav-888 > li > a {
    margin-bottom: 10px;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-817 > a, .page nav ul.level0 > li#category-node-853 > a {
    color: #9acb45;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-818 > a, .page nav ul.level0 > li#category-node-854 > a {
    color: #b5a9d3;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-819 > a, .page nav ul.level0 > li#category-node-855 > a {
    color: #25b5e9;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-820 > a, .page nav ul.level0 > li#category-node-856 > a {
    color: #00adad;
}

.page .s-nav.large > li > a:hover, .page nav ul.level0 > li#category-node-821 > a, .page nav ul.level0 > li#category-node-857 > a {
    color: #f89b6e;
}


.page .s-nav.large > li > a:hover, .page nav ul.level0 > li > a:hover {
    opacity: 1;
}

.page nav .search-menu {
    margin-right: 20px;
}

.page nav .search-menu a i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 28px;
    font-size: 25px;
}

.page nav .search-menu a .icon-magnifying-glass {
    opacity: 1;
}

.page nav .search-menu a.active .icon-magnifying-glass {
    opacity: 0;
}

.page nav .search-menu a .icon-close {
    opacity: 0;
}

.page nav .search-menu a.active .icon-close {
    opacity: 1;
}

.search-container {
    width: 400px;
    height: 50px;
    background: #f0f0f2;
    position: fixed;
    left: 50px;
    top: 50px;
    text-align: left;
    padding: 0px 10px;
    box-sizing: border-box;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-container.active {
    top: 115px;
}

.search-container i {
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-right: 15px;
}

.search-container form {
    display: inline-block;
    float: none;
    width: 85%;
    border: 0;
}

.search-container input, .search-container .searchautocomplete .nav .nav-input input {
    background: none;
    font-size: 18px;
    width: 320px;
    height: auto;
    font-weight: 300;
    font-family: 'avalonregular', Arial, Helvetica Neue, Helvetica, sans-serif;
}

.search-container .searchautocomplete .nav-submit-button {
    display: none;
}

.search-container .searchautocomplete .all a {
    color: #9acb45;
}

.search-container .searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
    color: #000;
}

section.univers {
    width: 100%;
    height: 100%;
    background: #ccc;
    padding-top: 115px;
    box-sizing: border-box;
    position: relative;
}

section.univers .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

section.univers .bg.active {
    opacity: 1;
}

section.univers .bg0 {
    background: url(images/header-univers1.jpg) no-repeat center center;
    background-size: cover;
}

section.univers .bg1 {
    background: url(images/header-univers2.jpg) no-repeat center center;
    background-size: cover;
}

section.univers .bg2 {
    background: url(images/header-univers3.jpg) no-repeat center center;
    background-size: cover;
}

section.univers ul {
    display: flex;
    height: 100%;
}

section.univers ul li {
    width: 33.333%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

section.univers ul li:nth-child(2) {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}

section.univers ul li::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section.univers ul li:nth-child(1):hover::before {
    opacity: 0.5;
    background: #9acb45;
}

section.univers ul li:nth-child(2):hover::before {
    opacity: 0.5;
    background: #25b5e9;
}

section.univers ul li:nth-child(3):hover::before {
    opacity: 0.5;
    background: #df4d90;
}

/*
section.univers ul li:hover::before
{
opacity:0.5;
}
*/

section.univers ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

section.univers ul li a .texte {
    margin: auto;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'avalonregular';
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
}

section.univers ul li a .texte h2 {
    font-family: 'avalonbold';
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 70px;
    line-height: 45px;
}

section.univers a.link-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    font-size: 50px;
    margin-left: -25px;
    z-index: 9;
    width: 50px;
    height: 50px;
}

section.univers a.link-down:hover {
    bottom: 40px;
}

.main {
    padding: 50px 0px;
}

.category-boutique #main, .categorie-boutique #main {
    padding-bottom: 0;
    padding-top: 0;
}

.cms-home #main h2, .page #main h1, .page #main h2 .l1 {
    display: block;
    font-family: 'avalonbold';
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 5px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.page #main h2 .l1 {
    line-height: normal;
    margin-bottom: -60px;
    margin-top: 30px;
}

.cms-home #main h3, .page #main h2, .page #main h1 .l2 {
    display: block;
    font-family: 'avalonregular';
    font-weight: normal;
    font-size: 50px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: -30px;
    line-height: 60px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.page #main h1 .l2 {
    text-transform: none;
    margin-top: 0;
    letter-spacing: normal;
}

.page .product-view .main h2 {
    margin-top: 30px !important;
    /*margin-bottom: 80px !important;*/
}

.page .product-view .main h2 .l1 {
    margin-top: -30px !important;
}

.page .product-view .main .container h1 + h2 {
    margin-top: -30px;
}

.main p {
    line-height: 25px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.main .sous-titre {
    font-family: 'avalonbold';
    font-size: 35px;
    margin-bottom: 30px;
}

#main .bouton {
    display: inline-block;
    background: #df4d90;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'avalonbold';
    letter-spacing: 5px;
    text-align: center;
    /*height: 50px;*/
    line-height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #df4d90;
    text-decoration: none;
}

#main .bouton:hover {
    background: transparent;
    color: #df4d90;
}

#main .bouton.devis-bt {
    background: #25b5e9;
    border: 1px solid #25b5e9;
}

#main .bouton.devis-bt:hover {
    background: transparent;
    color: #25b5e9;
}

.main .liste-produits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main .liste-produits li {
    width: 230px;
    text-align: center;
    margin-bottom: 50px;
}

.main .liste-produits li img {
    width: 130px;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main .liste-produits li img:hover {
    transform: scale(1.02);
}

.main .liste-produits li a {
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
}

.main .liste-produits li a:hover {
    text-decoration: none;
}

.main .liste-produits li .separation {
    display: inline-flex;
    height: 10px;
}

.main .liste-produits li .separation.vert {
    border-right: 1px solid #9acb45;
}

.main .liste-produits li .separation.violet {
    border-right: 1px solid #b5a9d3;
}

.main .liste-produits li .separation.bleu {
    border-right: 1px solid #25b5e9;
}

.main .liste-produits li .separation.emeraude {
    border-right: 1px solid #00adad;
}

.main .liste-produits li .separation.orange {
    border-right: 1px solid #f89b6e;
}

.category-boutique #main .liste-produits a {
    text-decoration: none;
}

.category-boutique #main .liste-produits span {
    display: block;
    color: #000;
    text-decoration: none;
    line-height: 25px;
}

.main .slide-produit li {
    width: 405px;
    text-align: center;
}

.main .slide-produit li figure {
    width: 405px;
    height: 405px;
    background: #ccc;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.main .slide-produit li figure a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main.gris.fiche-produit li.product-image_item{
    overflow: hidden;
    position: relative;
}
.main.gris.fiche-produit .list-promo-label {
    width: 250px;
    background: #df4d90;
    position: absolute;
    right: -70px;
    top: 50px;
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'avalonbold';
    letter-spacing: 2px;
    padding: 10px;
}

.main .slide-produit li figure a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main .slide-produit li figure a:hover img {
    transform: scale(1.02);
}

.main .slide-produit li h4 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 15px;
    letter-spacing: 5px;
    margin: 0 auto;
    width: 405px;
    height: 60px;
    text-align: left;
}

#main .slide-produit li h4 a {
    color: #000;
    text-decoration: none;
}

#main .slide-produit li h4 a:hover {
    opacity: 0.5;
}

#main .slide-produit li .bouton {
    width: 405px;
    color: #fff;
    text-decoration: none;
}

#main .slide-produit li .bouton:hover {
    background: transparent;
    color: #df4d90;
}

#main .slide-produit li p {
    width: 405px;
    text-align: left;
    margin: 0 auto;
}

#main .slide-produit li p.prixttc {
    margin-top: -20px;
}

#main .slide-produit li p.prixht {
    margin-bottom: 20px;
}

.bloc-handicap .col1, .bloc-handicap .col2 {
    display: flex;
    height: 405px;
    text-align: center;
    color: #fff;
    background: #ccc;
    position: relative;
    overflow: hidden;
}

#main .bloc-handicap .col1 a, #main .bloc-handicap .col2 a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.bloc-handicap .col1 .bgimg, .bloc-handicap .col2 .bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bloc-handicap .col1 a:hover .bgimg, .bloc-handicap .col2 a:hover .bgimg {
    transform: scale(1.02);
}

.bloc-handicap .col1 .valign, .bloc-handicap .col2 .valign {
    position: relative;
}

.cms-home .bloc-handicap .col1 h4, .cms-home .bloc-handicap .col2 h4,
.page .bloc-handicap .col1 h3, .page .bloc-handicap .col2 h3 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.cms-home .bloc-handicap .col1 h5, .cms-home .bloc-handicap .col2 h5,
.page .bloc-handicap .col1 h4, .page .bloc-handicap .col2 h4 {
    font-family: 'avalonbold';
    font-size: 60px;
    margin-bottom: 40px;
}

#main .bloc-handicap .col1 .bouton, #main .bloc-handicap .col2 .bouton {
    border-color: #fff;
    background: transparent;
    width: 60%;
}

#main .bloc-handicap .col1 .bouton:hover, #main .bloc-handicap .col2 .bouton:hover {
    color: #fff;
}

.main .slide-services li {
    width: 405px;
    text-align: center;
}

.main .slide-services li figure {
    width: 405px;
    height: 405px;
    background: #ccc;
    margin: 0 auto 20px auto;
}

.main .slide-services li figure a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main .slide-services li figure a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main .slide-services li figure a:hover img {
    transform: scale(1.02);
}

.main .slide-services li h4 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    min-height: 80px;
    width: 405px;
    text-align: left;
    margin: 0 auto;
    padding-top: 10px;
}

#main .slide-services li h4 a {
    color: #000;
    text-decoration: none;
}

#main .slide-services li h4 a:hover {
    opacity: 0.5;
}

#main .slide-services li .bouton {
    width: 405px;
    max-width: 100%;
    background: #25b5e9;
    border-color: #25b5e9;
}

#main .slide-services li .bouton:hover {
    background: transparent;
    color: #25b5e9;
}

.bloc-showroom {
    background: url(images/fond-showroom.jpg) no-repeat center center;
    background-size: cover;
}

.bloc-engagements {
    background: url(images/fond-engagements.jpg) no-repeat center center;
    background-size: cover;
}

.bloc-engagements h4 {
    font-family: 'avalonbold';
    font-size: 35px;
    margin-bottom: 30px;
}

#main .bloc-engagements .bouton {
    background: #9acb45;
    border-color: #9acb45;
}

#main .bloc-engagements .bouton:hover {
    color: #9acb45;
    background: transparent;
}

#main .bloc-engagements .bouton.bouton-bleu {
    background: #25b5e9;
    border-color: #25b5e9;
}

#main .bloc-engagements .bouton.bouton-bleu:hover {
    background: transparent;
    color: #25b5e9;
}

.slide-nouveautes li {
    width: 45%;
    /*height: 405px;*/
    height: 635px;
    text-align: center;
    background: #ccc;
    margin: 0 10px;
    background-size: cover;
}

#main .slide-nouveautes li a {
    display: flex;
    width: 635px;
    height: 635px;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.slide-nouveautes li a::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0.3;
}

.slide-nouveautes li a .bgimg {
    /*width: 100%;*/
    /*height: 100%;*/
    width: 635px;
    height: 635px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slide-nouveautes li a:hover .bgimg {
    transform: scale(1.02);
}

.slide-nouveautes li a .valign {
    width: 100%;
    position: relative;
    z-index: 9;
}

.slide-nouveautes li a h3 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.slide-nouveautes li a h4 {
    font-family: 'avalonbold';
    font-size: 60px;
    margin-bottom: 40px;
}

#main .slide-nouveautes li a .bouton {
    border-color: #fff;
    background: transparent;
    width: 60%;
}

#main .slide-nouveautes li a .bouton:hover {
    color: #fff;
}

.bloc-actu .col1 {
    height: 360px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.bloc-actu .col1 img {
    display: block;
    margin: auto;
}

.bloc-actu .col2 {
    height: auto;
    position: relative;
}

.bloc-actu .col2 h3 {
    font-family: 'avalonbold';
    font-size: 35px;
    margin-bottom: 30px;
}

#main .bloc-actu .col2 h3 a {
    color: #000;
    text-decoration: none;
}

#main .bloc-actu .col2 a.more-link {
    font-family: 'avalonbold';
    color: #000;
    text-decoration: underline;
}

#main .bloc-actu .col2 a.more-link:hover {
    text-decoration: none;
}

#main .bloc-actu .col2 .bouton {
    background: #25b5e9;
    border-color: #25b5e9;
    margin-top: 30px;
    text-decoration: none;
}

#main .bloc-actu .col2 .bouton:hover {
    background: transparent;
    color: #25b5e9;
}

#main .bloc-actu .col2 .bouton.bouton-vert {
    background: #9acb45;
    border-color: #9acb45;
}

#main .bloc-actu .col2 .bouton.bouton-vert:hover {
    background: transparent;
    color: #9acb45;
}

.bloc-newsletter {
    clear: both;
    background: url(images/fond-newsletter.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
}

.bloc-newsletter .col1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
}

.bloc-newsletter .col1 ul li {
    text-align: center;
    padding: 0 !important;
}

.bloc-newsletter .col1 ul li::before {
    display: none !important;
}

.bloc-newsletter .col1 ul li a {
    color: #000;
}

.bloc-newsletter .col1 i {
    font-size: 70px;
    border-radius: 50%;
    border: 3px solid #000;
    padding: 20px;
}

.bloc-newsletter .col1 span {
    display: block;
    margin-top: 20px;
}

.bloc-newsletter .col2 h2 {
    font-family: 'avalonbold';
    font-size: 36px;
    margin-bottom: 30px;
    text-align: left;
}

.bloc-newsletter .col2 form {
    width: 100%;
}

.bloc-newsletter .col2 input {
    background: none;
    border: 0;
    border-bottom: 2px solid #000;
    height: 35px;
    font-size: 18px;
    margin-bottom: 30px;
}

.bloc-newsletter .col2 input.inputname {
    width: 49%;
    float: left;
}

.bloc-newsletter .col2 input.inputprenom {
    width: 49%;
    float: right;
}

.bloc-newsletter .col2 input.inputmail, .bloc-newsletter .col2 .input-box {
    width: 90%;
    float: left;
    margin-bottom: 0;
}

.bloc-newsletter .col2 .input-box input {
    width: 100%;
}

.bloc-newsletter .col2 input.submit, .bloc-newsletter .col2 .actions {
    width: 10%;
    float: left;
    background: #000;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    height: 37px;
    border: 2px solid #000;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bloc-newsletter .col2 .actions {
    background: none;
    border: 0;
    height: auto;
}

.bloc-newsletter .col2 .actions button {
    padding: 7px 10px;
    background: #000;
    border: 2px solid #000;
}

.bloc-newsletter .col2 input.submit:hover, .bloc-newsletter .col2 .actions button:hover {
    background: transparent;
    color: #000 !important;
}

.liste-offre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.liste-offre li {
    width: 297px;
    height: 209px;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

#main .liste-offre li a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.liste-offre li figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.liste-offre li a:hover figure {
    transform: scale(1.02);
}

.liste-offre li h3 {
    color: #fff;
    margin: auto;
    position: relative;
    font-size: 36px;
    font-family: 'avalonbold';
    letter-spacing: 1px;
    text-align: center;
}

footer {
    background: #111111 url(images/fond-footer.jpg) no-repeat left top;
    color: #fff;
    padding: 50px 0px;
}

footer a {
    color: #fff;
}

ul.menu-footer {
    display: flex;

}

ul.menu-footer > li {
    width: 25%;
    border-left: 1px solid #494949;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

ul.menu-footer h2 {
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
    position: relative;
    top: -15px;
}

ul.menu-footer a:hover {
    opacity: 0.3;
}

ul.menu-footer a i, ul.menu-footer a em {
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

div.copy {
    height: 35px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    position: relative;
}

div.copy a {
    color: #000;
    text-decoration: underline;
}

div.copy .menu-univers {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

div.copy .menu-univers li {
    padding: 0 20px;
}

div.copy .menu-univers li.menu-boutique {
    background: #df4d90;
}

div.copy .menu-univers li.menu-tms {
    background: #9acb45;
}

div.copy .menu-univers li.menu-prevention {
    background: #25b5e9;
}

div.copy .menu-univers li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

#top-bt {
    display: block;
    position: fixed;
    font-size: 30px;
    color: #df4d90;
    right: 30px;
    bottom: 90px;
    opacity: 0;
    z-index: 999;
    transform: rotateX(180deg);
}

#top-bt i {
    font-weight: bold;
}

#top-bt span {
    display: none;
}

.zEWidget-launcher {
    bottom: 30px !important;
}

.ariane {
    background: #fff;
    border-top: 1px solid #f0f0f2;
    text-align: center;
    padding: 10px 0px;
}

.ariane ul {
}

.ariane ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.ariane ul li::after {
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    background: #000;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: rotate(10deg);
}

.ariane ul li:last-child::after {
    display: none;
}

.ariane ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.header-img {
    background-size: cover;
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'avalonbold';
    padding: 120px 0px;
    position: relative;
}

.category-boutique .header-img, .category-tms-handicap .header-img, .category-prevention-qvt .header-img {
    display: none;
}

.header-img.no-img {
    color: #000;
    padding: 50px 0px;
}

.header-img::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}

.header-img.no-img::before {
    display: none;
}

.header-img .valign {
    max-width: 90%;
    position: relative;
}

.page #main .header-img h1 {
    font-size: 60px;
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: inherit;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.header-img p {
    max-width: 980px;
    margin: 0 auto;
}

body.catalogsearch-result-index .searchindex-results {
    margin-bottom: 20px;
    background: #f7f7f9;
    border: 0;
    padding: 5px 0 0 0;
}

body.catalogsearch-result-index .searchindex-results li {
    margin: 0 5px;
}

body.catalogsearch-result-index .searchindex-results li a {
    border-bottom: 3px solid transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #000 !important;
    text-decoration: none !important;
}

body.catalogsearch-result-index .searchindex-results li.active a,
body.catalogsearch-result-index .searchindex-results li a:hover {
    background: none;
    border-bottom: 3px solid #df4d90;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #df4d90 !important;
}

.catalogsearch-result-index .searchindex-related-terms,
.catalogsearch-result-index .page-title {
    display: none;
}

.bloc-filtre, .catalogsearch-result-index .block-layered-nav {
    background: #fff;
    border-bottom: 1px solid #f0f0f2;
    padding: 20px 0px;
    position: relative;
    z-index: 5;
}

.catalogsearch-result-index .block-layered-nav {
    z-index: 9;
}

.catalogsearch-result-index .bloc-filtre {
    background: none;
    border: 0;
}

.bloc-filtre .container::after {
    display: none;
    content: '\e90c';
    font-family: 'icomoon';
    color: #d7d7dc;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.bloc-filtre .s-filtre, .catalogsearch-result-index .block-layered-nav .s-filtre {
    display: none;
    background: #f0f0f2;
    padding: 20px;
    position: relative;
    top: 0px;
    z-index:10;
}

.bloc-filtre .s-filtre.large, .catalogsearch-result-index .block-layered-nav .s-filtre.large {
    position: absolute;
    left: 0px;
    top: 45px;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.bloc-filtre .s-filtre ol, .catalogsearch-result-index .block-layered-nav .s-filtre ol {
    display: none;
    background: #f0f0f2;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    padding: 0px 0px 20px 0px;
    text-align: center;
}

.bloc-filtre .s-filtre.cat ol, .catalogsearch-result-index .block-layered-nav .s-filtre.cat ol {
    display: block;
    top: 0;
    bottom: auto;
    padding: 20px 0px;
}

.bloc-filtre .s-filtre ol li, .catalogsearch-result-index .block-layered-nav .s-filtre ol li {
    display: inline-block;
}

.bloc-filtre .s-filtre li a, .catalogsearch-result-index .block-layered-nav .s-filtre li a {
    display: block;
    line-height: 30px;
}

.bloc-filtre .s-filtre li a:hover, .catalogsearch-result-index .block-layered-nav .s-filtre li a:hover {
    color: #df4d90;
}

.bloc-filtre .filtre-categorie .s-filtre .block-title, .bloc-filtre .filtre-categorie .s-filtre .block-subtitle, .bloc-filtre .filtre-categorie .s-filtre dl dt,
.catalogsearch-result-index .block-layered-nav .filtre-categorie .s-filtre .block-title, .catalogsearch-result-index .block-layered-nav .filtre-categorie .s-filtre .block-subtitle, .catalogsearch-result-index .block-layered-nav .filtre-categorie .s-filtre dl dt {
    display: none;
}

.bloc-filtre ul.liste-filtre, .catalogsearch-result-index .block-layered-nav ul.liste-filtre {
    display: flex;
    justify-content: center;
    position: relative;
}

.bloc-filtre ul.liste-filtre > li, .catalogsearch-result-index .block-layered-nav ul.liste-filtre > li {
    width: 30%;
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #f0f0f2;
    box-sizing: border-box;
    padding: 0 10px;
    max-width: 380px;
}

#main .bloc-filtre ul.liste-filtre > li a, .catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    display: block;
    position: relative;
}

#main .bloc-filtre ul.liste-filtre > li .s-filtre.large a,
.catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li .s-filtre.large a {
    display: inline-block;
    margin: 10px;
}

.bloc-filtre ul.liste-filtre > li > a::after,
.catalogsearch-result-index .block-layered-nav ul.liste-filtre > li > a::after {
    display: block;
    content: '\e908';
    font-family: 'icomoon';
    color: #000;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform:rotate(270deg);
}

.bloc-filtre ul.liste-filtre > li.active > a::after,
.catalogsearch-result-index .block-layered-nav ul.liste-filtre > li.active > a::after {
    transform: rotate(90deg);
}

#main .bloc-filtre ul.liste-filtre > li a:hover, #main .bloc-filtre ul.liste-filtre > li a.active,
.catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li a:hover, .catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li a.active {
    color: #df4d90;
}

.bloc-filtre a.sort-by-switcher--desc, .bloc-filtre a.sort-by-switcher--asc,
.catalogsearch-result-index .block-layered-nav a.sort-by-switcher--desc, .catalogsearch-result-index .block-layered-nav a.sort-by-switcher--asc {
    position: relative;
    text-indent: -5000px;
    display: inline-block;
    width: 30px;
    overflow: hidden;
}

.bloc-filtre a.sort-by-switcher--desc::after,
.catalogsearch-result-index .block-layered-nav a.sort-by-switcher--desc::after {
    display: block;
    content: '\e90d';
    font-family: 'icomoon';
    color: #d7d7dc;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.bloc-filtre a.sort-by-switcher--asc::after,
.catalogsearch-result-index .block-layered-nav a.sort-by-switcher--asc::after {
    display: block;
    content: '\e90e';
    font-family: 'icomoon';
    color: #d7d7dc;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.bloc-filtre .toolbar, .catalogsearch-result-index .block-layered-nav .toolbar {
    width: 30px;
    position: absolute;
    right: 0px;
    top: -28px;
}

.catalogsearch-result-index .bloc-filtre .toolbar {
    top: -68px;
}

.bloc-filtre .toolbar label, .bloc-filtre .toolbar select, .bloc-filtre .toolbar .pager, .bloc-filtre .toolbar .count-container, .bloc-filtre .toolbar .view-mode,
.catalogsearch-result-index .block-layered-nav .toolbar label, .catalogsearch-result-index .block-layered-nav .toolbar select, .catalogsearch-result-index .block-layered-nav .toolbar .pager, .catalogsearch-result-index .block-layered-nav .toolbar .count-container, .catalogsearch-result-index .block-layered-nav .toolbar .view-mode {
    display: none;
}

.block-layered-nav .block-content dl#narrow-by-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    border-bottom: 1px solid #d7d7dc;
    background: #f0f0f2;
}

.block-layered-nav .block-content > dl > dt {
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.block-layered-nav .block-content > dl > dt::after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #d7d7dc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.block-layered-nav .block-content > dl > dt.last::after {
    display: none;
}

.block-layered-nav .block-content > dl > dt:hover, .block-layered-nav .block-content.accordion-open > dl > dt.current {
    color: #df4d90;
}

.block-layered-nav .block-content > dl > dd {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 9;
    background: #f0f0f2;
    width: 100%;
    padding: 10px 30px;
}

.block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
}

.block-layered-nav .block-content > dl > dd ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-layered-nav .block-content > dl > dd ol li {
    padding: 15px;
}

#main .block-layered-nav .block-content > dl > dd ol li a {
    color: #000;
    text-decoration: none;
}

#main .block-layered-nav .block-content > dl > dd ol li a:hover {
    color: #df4d90;
}

#main .block-layered-nav .block-content > dl > dd ol li a .count {
    font-size: 12px;
    color: #555;
}

#main .block-layered-nav .currently {
    padding: 0 20px;
    font-size: 14px;
}

#main .block-layered-nav .currently .block-subtitle {
    font-family: 'avalonbold';
}

#main .block-layered-nav .currently ol {
    display: flex;
    flex-wrap: wrap;
}

#main .block-layered-nav .currently ol li {
    padding: 0px 15px 15px 0px;
    color: #555;
}

#main .block-layered-nav .currently ol li a {
    display: inline-block;
    width: 13px;
    height: 13px;
    color: #df4d90;
    border: 1px solid #df4d90;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 13px;
    top: 1px;
}

#main .block-layered-nav .currently ol li a i {
    font-size: 5px;
    position: absolute;
    left: 3px;
    top: 3px;
    font-weight: 600;
}

#main .block-layered-nav .currently ol li a span {
    display: none;
}

.liste-view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.liste-view li {
    width: 405px;
    font-size: 16px;
    margin-bottom: 80px;
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}

.liste-view li span.list-new-label {
    width: 250px;
    background: #9acb45;
    position: absolute;
    right: -70px;
    top: 50px;
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'avalonbold';
    letter-spacing: 2px;
    padding: 10px;
}

.liste-view li span.list-promo-label {
    width: 250px;
    background: #df4d90;
    position: absolute;
    right: -70px;
    top: 50px;
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'avalonbold';
    letter-spacing: 2px;
    padding: 10px;
}

.liste-view li figure {
    width: 405px;
    height: 405px;
    background: #ccc;
    margin-bottom: 10px;
}

#main .liste-view li figure a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.liste-view li figure a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.liste-view li figure a:hover img {
    transform: scale(1.02);
}

.page #main .liste-view li h2 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    line-height: 30px;
}

#main .liste-view li h2 a {
    color: #df4d90;
    text-decoration: none;
}

#main .liste-view li h2 a:hover {
    opacity: 0.8;
}

#main .liste-view li .price-box {
    margin-top: 20px;
}

#main .liste-view li .price-box .price-label, #main .liste-view li .price-box .configurable-price-from-label {
    display: block;
    font-size: 14px;
}

#main .liste-view li .prixht, #main .liste-view li .price-excluding-tax {
    font-family: 'avalonbold', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
}

#main .liste-view li .tva, .main .liste-view li .prixttc, #main .liste-view li .tva, .main .liste-view li .price-including-tax {
    display: block;
}

#main .liste-view li .bouton {
    width: 100%;
    background: #f0f0f2;
    border-color: #f0f0f2;
    color: #000 !important;
    margin-top: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#main .liste-view li .bouton:hover {
    background: transparent;
}

.toolbar-bottom .sorter {
    display: none;
}

.pages {
    text-align: center;
}

.pages strong {
    display: none;
}

.pages li {
    display: inline-block;
    margin: 0 5px;
}

/*.pages .next,
.pages .previous {
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: relative;
}*/

.pages .next,
.pages .previous {
    /* Hide text */
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: none;
    color: transparent !important;
    background-color: transparent;
    position: relative;
}

.pages .next:hover,
.pages .previous:hover {
    /*border: 1px solid #3399cc;*/
}

.pages .next:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333;
    border-right: none;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.pages .next:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #333;
    border-right: none;
}

.pages .previous:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #333;
    border-left: none;
    top: 50%;
    margin-top: -1px;
    margin-left: -6px;
    left: 100%;
}

.pages .previous:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #333;
    border-left: none;
}

.header-produit {
    border-bottom: 1px solid #d7d7dc;
    position: relative;
    padding: 20px 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-produit.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.header-produit.visible {
    top: 115px;
}

.header-produit ul {
    text-align: center;
}

.header-produit ul li {
    display: inline-block;
    margin: 0 10px;
}

#main .header-produit ul li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

#main .header-produit ul li a:hover, #main .header-produit ul li a.active {
    color: #25b5e9;
}

.header-produit .bouton {
    position: absolute;
    right: 50px;
    top: 15px;
    padding: 0 100px;
}

.fiche-produit {
    padding: 50px;
    font-size: 18px;
}

.page #main .fiche-produit h1 {
    font-size: 60px;
    text-align: left;
    margin-bottom: 0px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.page #main .fiche-produit .price-label, .page #main .commande-box .price-label,
.page #main .fiche-produit .configurable-price-from-label, .page #main .commande-box .configurable-price-from-label {
    display: inline-block;
    font-size: 14px;
}

.page #main .fiche-produit ul.liste-prix li,
.page #main .fiche-produit .price-excluding-tax, .page #main .commande-box .price-excluding-tax,
.page #main .fiche-produit .price-tva, .page #main .commande-box .price-tva {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.page #main .fiche-produit .price-excluding-tax, .page #main .commande-box .price-excluding-tax {
    font-family: 'avalonbold';
}

.page #main .fiche-produit ul.liste-prix li::after,
.page #main .fiche-produit .price-excluding-tax::after, .page #main .commande-box .price-excluding-tax::after,
.page #main .fiche-produit .price-tva::after, .page #main .commande-box .price-tva::after {
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    background: #dedee2;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -7px;
}

.page #main .fiche-produit .price-tva::after, .page #main .commande-box .price-tva::after {
    margin-top: 0;
}

.page .main.fiche-produit ul.liste-prix li:last-child::after {
    display: none;
}

.page .main.fiche-produit ul.liste-prix li .price-box {
    display: inline-block;
}

.page .main.fiche-produit ul.liste-prix li .price-box .price-label {
    display: none;
}

.page .main.fiche-produit ul.liste-prix li .old-price, .page .main.fiche-produit ul.liste-prix li .special-price {
    display: inline-block;
    position: relative;
}

.page .main.fiche-produit ul.liste-prix li .old-price::before, .page .main.fiche-produit .old-price span.price::before, .page #main .liste-view .old-price span.price::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 70%;
}

.page .main.fiche-produit ul.liste-prix li strong .old-price::before, .page .main.fiche-produit .old-price span.price::before, .page #main .liste-view .old-price span.price::before {
    top: 50%;
}

.page .main.fiche-produit .old-price span.price, .page #main .liste-view .old-price span.price {
    position: relative;
}

.page .main.fiche-produit .old-price span.price::before, .page #main .liste-view .old-price span.price::before {
    top: 25px;
}

.page #main .liste-view .old-price span.price::before {
    top: 23px;
}

.page .main.fiche-produit ul.liste-prix li .special-price, .page .main.fiche-produit .special-price {
    color: #df4d90;
}

ul.produit-bouton {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

ul.produit-bouton li {
    margin-bottom: 30px;
    padding-right: 5%;
}

ul.produit-bouton li:nth-child(odd) {
    width: 40%;
}

ul.produit-bouton li:nth-child(even) {
    width: 60%;
}

#main ul.produit-bouton li, #main ul.produit-bouton li button {
    font-size: 18px;
    color: #85858e;
    letter-spacing: 1px;
    position: relative;
    padding-left: 40px;
    display: block;
    line-height: 25px;
    text-decoration: none;
}

#main ul.produit-bouton li button {
    font-family: 'avalonregular', Arial, Helvetica Neue, Helvetica, sans-serif;
    background: none;
    padding: 0px;
    border: 0;
    text-transform: none;
    position: initial;
}

#main ul.produit-bouton li a {
    color: #85858e;
    text-decoration: none;
}

#main ul.produit-bouton li a:hover {
    opacity: 0.8;
}

ul.produit-bouton li i, ul.produit-bouton li button i {
    font-size: 30px;
    margin-right: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

ul.produit-bouton li.double i {
    top: 10px;
}

ul.produit-bouton li span.mini {
    display: block;
    font-size: 12px;
    margin-top: -5px;
}

.fond-commande-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 999;
}

.commande-box {
    display: none;
    width: 60%;
    position: fixed;
    left: 50%;
    top: -50px;
    margin-left: -30%;
    max-height: 85%;
    overflow: auto;
    background: #fff;
    z-index: 999;
    padding: 30px 30px 15px 30px;
    border-bottom: 30px solid #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.commande-box.active {
    top: 50px;
}

.commande-box .close-bt {
    color: #000 !important;
    text-decoration: none !important;
    position: absolute;
    right: 30px;
    top: 15px;
}

.commande-box .close-bt span {
    display: none;
}

.page #main .commande-box h2 {
    margin-bottom: 20px;
}

.page .main .commande-box ul.liste-prix {
    margin-bottom: 20px;
}

.page .main .commande-box ul.liste-prix li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.page .main .commande-box ul.liste-prix li::after {
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    background: #dedee2;
    position: absolute;
    right: -10px;
    top: 50%;
}

.page .main .commande-box ul.liste-prix li:last-child::after {
    display: none;
}

.page .main .commande-box ul.liste-prix li .price-box {
    display: inline-block;
}

.page .main .commande-box ul.liste-prix li .price-box .price-label {
    display: none;
}

.page .main .commande-box ul.liste-prix li .old-price, .page .main .commande-box ul.liste-prix li .special-price {
    display: inline-block;
    position: relative;
}

.page .main .commande-box ul.liste-prix li .old-price::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 70%;
}

.page .main .commande-box ul.liste-prix li strong .old-price::before {
    top: 50%;
}

.page .main .commande-box ul.liste-prix li .special-price {
    color: #df4d90;
}

.commande-box .qty-wrapper {
    margin-bottom: 20px;
}

.commande-box .add-to-cart-buttons button {
    padding: 10px 20px;
}

.commande-box .add-to-links, .commande-box .sharing-links {
    display: none;
}

.liste-check li,
.catalog-product-view section#fonctionnalite ul li,
.catalog-product-view section#caracteristiques ul li,
.catalog-product-view section#benefices ul li {
    position: relative;
    padding-left: 25px;
}

.liste-check li::before,
.catalog-product-view section#fonctionnalite ul li::before,
.catalog-product-view section#caracteristiques ul li::before,
.catalog-product-view section#benefices ul li::before {
    display: block;
    content: '\e909';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 15px;
}

.catalog-product-view section#fonctionnalite ul li::before,
.catalog-product-view section#caracteristiques ul li::before,
.catalog-product-view section#fonctionnalite a,
.catalog-product-view section#caracteristiques a {
    color: #9acb45;
}

.catalog-product-view section#benefices ul li::before,
.catalog-product-view section#benefices a {
    color: #25b5e9;
}

.catalog-product-view h3 {
    font-family: 'avalonbold';
    font-size: 30px;
}

.catalog-product-view section#benefices h3 {
    border-bottom: 2px solid #25b5e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.catalog-product-view section#fonctionnalite h3,
.catalog-product-view section#caracteristiques h3 {
    border-bottom: 2px solid #9acb45;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.liste-decor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.liste-decor li {
    text-align: center;
}

.liste-decor li figcaption {
    line-height: 20px;
}

.liste-pdf,
.catalog-product-view section#documentation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.liste-pdf li,
.catalog-product-view section#documentation ul li {
    width: 45%;
    position: relative;
    margin-bottom: 20px;
}

.liste-pdf li a,
.catalog-product-view section#documentation ul li a {
    color: #000;
    position: relative;
    padding-left: 35px;
    text-decoration: none;
}

.liste-pdf li a:hover,
.catalog-product-view section#documentation ul li a:hover {
    opacity: 0.8;
}

.liste-pdf li a::before,
.catalog-product-view section#documentation ul li a::before {
    display: block;
    content: '\e911';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 30px;
    color: #25b5e9;
}

.catalog-product-view .columnflex, .catalog-product-view section#benefices .container, .catalog-product-view section#caracteristiques .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-product-view section#benefices .container h1, .catalog-product-view section#caracteristiques .container h1,
.catalog-product-view section#benefices .container h2, .catalog-product-view section#caracteristiques .container h2 {
    width: 100%;
}

.catalog-product-view section#benefices .container h2, .catalog-product-view section#caracteristiques .container h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.catalog-product-view .columnContainer {
    width: 49%;
}

.catalog-product-view .columnContainer h3 {
    margin-top: 30px;
}

.footer-icon {
    background: url(images/fond-newsletter.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
}

.footer-icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
}

.footer-icon ul li {
    text-align: center;
}

.footer-icon ul li a {
    color: #000;
}

.footer-icon i {
    font-size: 70px;
    border-radius: 50%;
    border: 3px solid #000;
    padding: 20px;
}

.footer-icon span {
    display: block;
    margin-top: 20px;
    line-height: 25px;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'icomoon';
    font-size: 25px;
    line-height: 1;
    color: #d7d7dc;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -35px;
}

.slick-prev:before {
    content: '\e908';
}

.slick-next {
    right: -35px;
    transform: rotate(180deg);
}

.slick-next:before {
    content: '\e908';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px !important;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #d7d7dc;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    background: #df4d90;
}

.slide-services .slick-dots li button:hover,
.slide-services li button:focus,
.slide-services li.slick-active button {
    background: #25b5e9;
}

.slide-nouveautes .slick-dots li button:hover,
.slide-nouveautes li button:focus,
.slide-nouveautes li.slick-active button {
    background: #9acb45;
}


/****iframe***********/

.iframe-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.contacts-index-index .iframe-wrapper, .contacts-index-index .iframe-container,
.cms-contact .iframe-wrapper, .contacts-index-index .iframe-container,
.webforms-index-index .iframe-wrapper, .webforms-index-index .iframe-container {
    display: none;
}

.contacts-index-index .col50 .iframe-wrapper, .contacts-index-index .col50 .iframe-container,
.cms-contact .col50 .iframe-wrapper, .contacts-index-index .col50 .iframe-container,
.webforms-index-index .col50 .iframe-wrapper, .webforms-index-index .col50 .iframe-container {
    display: block;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********************/


/***PAGE BOUTIQUE***********/

.catalog-category-view.category-boutique .page-title, .catalog-category-view.category-boutique .main-container-breadcrumbs,
.catalog-category-view.category-tms-handicap .main-container-breadcrumbs,
.catalog-category-view.category-prevention-qvt .main-container-breadcrumbs {
    display: none;
}

/**************************/


/*****BLOG****************/

.blog-liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-liste::after {
    content: '';
    flex: inherit;
}

.blog-liste .postWrapper {
    width: 400px;
    margin: 0px 0px 80px 0px;
}

.blog-liste .postWrapper figure {
    width: 400px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .blog-liste .postWrapper figure a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main .blog-liste .postWrapper figure:hover img {
    transform: scale(1.02);
}

.page #main .blog-liste .postWrapper h2 {
    text-transform: uppercase;
    font-family: 'avalonbold';
    font-size: 18px;
    letter-spacing: 5px;
    text-align: left;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-index-list .page #main .blog-liste .postWrapper .categorie {
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#main .blog-liste .postWrapper h2 a {
    color: #000;
    text-decoration: none;
}

.blog-cat-view .toolbar .sorter, .blog-index-list .toolbar .sorter {
    display: none;
}

.page #main h1.titre-actu {
    font-family: 'avalonbold';
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    letter-spacing: 5px;
}

.postDetails {
    text-align: center;
    margin-bottom: 30px;
}

#main .postDetails a {
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.postDetails a:hover {
    opacity: 0.7;
}

/************************/


/***** STYLES PAGES CMS********/

#main blockquote {
    background-color: #9acb45;
    color: #fff;
    padding: 15px 20px 25px 60px;
    border-radius: 0 24px 24px;
    position: relative;
}

#main blockquote::before {
    display: block;
    content: "\e920";
    font-family: 'icomoon';
    color: #fff;
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 35px;
}

.cms-page-view .page #main h2.titre-fond-bleu, .blog-post-view .page #main h2.titre-fond-bleu, .cms-bloc .page #main h2.titre-fond-bleu, .contacts-index-index .page #main h2.titre-fond-bleu, .webforms-index-index .page #main h2.titre-fond-bleu {
    width: 100%;
    background: rgba(37, 181, 233, 0.6);
    margin: 0px 0px 20px 0px;
    padding: 60px 20px 100px 20px;
    box-sizing: border-box;
}

.cms-page-view .page #main h2.titre-fond-vert, .blog-post-view .page #main h2.titre-fond-vert, .cms-bloc .page #main h2.titre-fond-vert, .contacts-index-index .page #main h2.titre-fond-vert, .webforms-index-index .page #main h2.titre-fond-vert {
    width: 100%;
    background: rgba(154, 203, 69, 0.6);
    margin: 0px 0px 20px 0px;
    padding: 60px 20px 100px 20px;
    box-sizing: border-box;
}

.cms-page-view .page #main h2.titre-fond-rose, .blog-post-view .page #main h2.titre-fond-rose, .cms-bloc .page #main h2.titre-fond-rose, .contacts-index-index .page #main h2.titre-fond-rose, .webforms-index-index .page #main h2.titre-fond-rose {
    width: 100%;
    background: rgba(223, 77, 144, 0.6);
    margin: 0px 0px 20px 0px;
    padding: 60px 20px 100px 20px;
    box-sizing: border-box;
}

.cms-page-view .main ul li, .blog-post-view .main ul li, .cms-bloc #main ul li, .contacts-index-index #main ul li, .webforms-index-index #main ul li {
    position: relative;
    padding-left: 25px;
    margin-left: 0 !important;
}

.contacts-index-index #main form ul li, .webforms-index-index #main form ul li {
    padding-left: 0;
}

.cms-page-view .main ul li::before, .blog-post-view .main ul li::before, .cms-bloc #main ul li::before, .contacts-index-index #main ul li::before, .webforms-index-index #main ul li::before {
    display: block;
    content: '\e909';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 15px;
}

.contacts-index-index #main form ul li::before, .webforms-index-index #main form ul li::before {
    display: none;
}

.cms-page-view .main ul li.puce-vert::before, .blog-post-view .main ul li.puce-vert::before, .cms-bloc #main ul li.puce-vert::before, .contacts-index-index #main ul li.puce-vert::before, .webforms-index-index #main ul li.puce-vert::before {
    color: #9acb45;
}

.cms-page-view .main ul li.puce-bleu::before, .blog-post-view .main ul li.puce-bleu::before, .cms-bloc #main ul li.puce-bleu::before, .contacts-index-index #main ul li.puce-bleu::before, .webforms-index-index #main ul li.puce-bleu::before {
    color: #25b5e9;
}

.cms-page-view .main ul li.puce-rose::before, .blog-post-view .main ul li.puce-rose::before, .cms-bloc #main ul li.puce-rose::before, .contacts-index-index #main ul li.puce-rose::before, .webforms-index-index #main ul li.puce-rose::before {
    color: #df4d90;
}

.cms-page-view #main .container, .blog-post-view #main .container, .cms-bloc #main .container, .contacts-index-index #main .container, .webforms-index-index #main .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cms-page-view #main .container *, .blog-post-view #main .container *, .cms-bloc #main .container *, .contacts-index-index #main .container *, .webforms-index-index #main .container * {
    width: 100%;
    box-sizing: border-box;
}
.webforms-index-index #main .container .buttons-set {
    max-width:450px;
    margin:0 auto;
}

.cms-page-view #main .container img, .blog-post-view #main .container img, .cms-bloc #main .container img, .contacts-index-index #main .container img, .webforms-index-index #main .container img {
    width: auto;
}

.cms-page-view #main .container .col50, .blog-post-view #main .container .col50, .cms-bloc #main .container .col50, .contacts-index-index #main .container .col50, .webforms-index-index #main .container .col50 {
    width: 49%;
    margin: 30px 0px;
}

.contacts-index-index #main .container .col50, .webforms-index-index #main .container .col50 {
    margin:0px;
}

.col50.fields{margin:0;}

.cms-page-view #main .container a, .blog-post-view #main .container a, #main a {
    color: #9acb45;
    text-decoration: underline;
}

.cms-page-view.cms-plan-de-site #main .container a {
    color: #000;
}

.cms-page-view.cms-plan-de-site #main .container h3 a {
    text-decoration: none;
}

.cms-page-view #main .container a:hover, .blog-post-view #main .container a:hover, #main a:hover {
    text-decoration: none;
}

/*****************************/


/* -------------------------------------------- *
 * Messages
 */
.success {
    color: #11b400;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
    font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
    margin-bottom: 10px;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    border-right: none;
}

.messages .notice-msg li {
    color: black;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}


/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
    margin-bottom: 7px;
}

.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px;
}

.fieldset + .fieldset {
    margin-top: 5px;
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
    padding-top: 2px;
}

.input-box:after {
    content: '';
    display: table;
    clear: both;
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

label.required:after,
span.required:after {
    content: ' *';
    color: #df280a;
    font-weight: normal;
    font-size: 12px;
}

label.required em,
span.required em {
    display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
    color: #a0a0a0;
    font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
    font-size: 14px;
    border-color: #000000;
}

.customer-account-create .form-list .input-text#street_2 {
    margin-top: 10px;
}

.customer-account-create .form-list .input-box {
    display: inline-block;
    max-width: 100%;
}

.customer-account-create .buttons-set {
    background: #fff;
    margin-top: 0;
    padding-top: 0;
}

.customer-account-create .buttons-set .button {
    height: 60px;
    padding: 0 140px;
    text-transform: inherit;
    font-size: 18px;
}

.customer-account-create .buttons-set .back-link {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.customer-account-create .buttons-set .button span {
    margin-left: 10px;
    font-size: 18px;
    vertical-align: -3px;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    margin-left: 0px;
    position: relative;
}

.customer-account-create .fieldset p.required {
    position: absolute;
    top: -30px;
    right: 0;
}

@media only screen and (max-width: 479px) {
    .customer-account-create .fieldset,
    .customer-account-create .buttons-set {
        margin-left: 0;
    }
}

.customer-account-create .fieldset .hidden {
    display: none;
}

.customer-account-create #remember-me-popup {
    max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
}

@media only screen and (max-width: 479px) {
    .customer-account-forgotpassword .fieldset,
    .customer-account-forgotpassword .buttons-set {
        margin-left: 0;
    }
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}

.customer-account-login .col2-set .pslogin-spacer
{
clear:both;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */

body.customer-account #main {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

body.customer-account #main .col-left-first {
    width: 20%;
}

body.customer-account #main .col-left-first .block-account .block-content ul {
    margin-right: 20px;
    border-right: solid 1px #f0f0f2;
}

body.customer-account #main .col-left-first .block-account .block-content ul li {
    line-height: 2;
}

body.customer-account #main .col-left-first .block-account .block-content ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 0.8em;
}

body.customer-account #main .col-left-first .block-account .block-content ul li.current a strong,
body.customer-account #main .col-left-first .block-account .block-content ul li a:hover {
    color: #df4d90;
}

body.customer-account #main .col-main {
    width: 70%;
}

body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left;
}

body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right;
}

body.customer-account .my-account .title-buttons h1 {
    text-align: left;
}

body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0;
}

body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px;
}

body.customer-account .page #main .my-account .fieldset h2,
body.customer-account .page #main .my-account .addresses-list h2,
body.customer-account .page #main .my-account .order-details h2 {
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    padding: 0px 20px 20px 20px;
    text-transform: inherit;
    border: 0;
    font-size: 36px;
    color: #575757;
    margin: 0 0 30px 0 !important;
}

body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600;
}

body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}

body.customer-account .data-table {
    margin-top: 5px;
}

body.customer-account .data-table td a {
    /*text-transform: uppercase;*/
    font-style: normal;
    font-size: 13px;
}

body.customer-account .data-table span.nobr {
    white-space: normal;
}

body.customer-account .data-table span.nobr a {
    white-space: nowrap;
}

body.customer-account .data-table td.view a {
    display: block;
}

body.customer-account .data-table .separator {
    display: none;
}

body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px;
}

body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0;
}

.form-list .customer-dob label {
    font-size: 12px;
    margin-top: 5px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 135px;
    float: left;
    margin-right: 10px;
}

.form-list .customer-dob .dob-month input,
.form-list .customer-dob .dob-day input {
    width: 50px;
}

.form-list .customer-dob .dob-year {
    width: 150px;
    float: left;
}

body.customer-account .my-account .form-list {
    padding: 0 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

body.customer-account .my-account .addresses-list ol {
    padding: 0 20px;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
    margin-top: 30px;
    background: #f5f5f5;
    padding: 0px 20px 20px 20px;
}

.page #main .dashboard .box-head h2, .page #main .order-info-box .box-title h2 {
    font-size: 36px;
    display: inline-block;
    margin: 0 !important;
    text-transform: inherit;
    color: #575757;
}

.page #main .order-info-box .box-title h2 {
    text-align: left;
}

.dashboard .box-head a {
    padding: 10px;
}

.dashboard .box-title a,
.dashboard .box-head a {
    font-size: 12px;
}

.dashboard .box-account {
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.dashboard .box-account p,
.dashboard .box-account address {
    font-style: italic;
}

.dashboard .col2-set,
.dashboard #my_recent_reviews {
    padding: 0px 20px;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: inherit;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
    text-transform: inherit;
}

.dashboard .box-reviews.box-account {
    padding-bottom: 0;
}

.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}

.dashboard .box-reviews li:first-child {
    border-top: 0;
}

.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
}

.dashboard .box-reviews li .details {
    margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
    float: left;
    font-size: 13px;
    margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0;
}

.recent-order-label {
    padding: 5px 10px;
    display: block;
}


.my-account .pager {
    width: 100%;
}

.my-account .pager .pages {
    float: right;
    width: auto;
}

.my-account .recent-review-label {

}


/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
}

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0;
}

.my-account .addresses-list .item {
    margin: 0 0 30px 0;
}

.my-account .addresses-list .item p {
    margin-top: 10px;
}

@media only screen and (max-width: 770px) {
    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .my-account .addresses-list .col-1 li.empty,
    .my-account .addresses-list .col-2 li.empty {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
        white-space: nowrap;
    }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    margin-right: 20px;
}

.order-info li {
    margin: 0 0 0 20px;
}

.order-info li.current {
    font-weight: 600;
}

.order-info li:first-child {
    margin-left: 0;
}

.order-date {
    text-transform: uppercase;
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px;
}

.order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
}

.order-info-box .col-2 {
    width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.order-info-box .box-title {
    padding-right: 10px;
}

.order-info-box .box-title h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

.order-info-box .box-title h2:after {
    content: ':';
}

.order-info-box .box-content {
}

.order-info-box .box-content td,
.order-info-box .box-content th {
    line-height: 1.3;
}

.order-info-box .box-content th {
    padding-top: 10px;
}

.order-info-box .box-content td {
    padding-left: 15px;
}

.order-info-box .box-content strong {
    font-weight: normal;
    text-transform: uppercase;
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
}

#my-orders-table .option-value {
    margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none;
}

ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}

ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
    display: inline;
}

@media only screen and (max-width: 599px) {
    #my-orders-table .option-label {
        margin-left: 20px;
    }

    #my-orders-table .option-value {
        margin-left: 35px;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr br {
        display: none;
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px;
    }

    #my-orders-table tr.bundle {
        border-color: #ededed;
    }

    #my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px;
    }

    #my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0;
    }

    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px;
    }

    #my-orders-table tfoot tr.shipping {
        margin-top: 0;
    }
}

.order-additional {
    margin: 40px 0;
}

.order-gift-message dd {
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0;
    }

    body.customer-account .data-table td.view a {
        white-space: normal;
    }
}

@media only screen and (max-width: 979px) {
    body.customer-account .my-account .title-buttons {
        text-align: left;
    }

    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
        top: -12px;
    }
}

@media only screen and (max-width: 770px) {
    body.customer-account .data-table.orders th.ship,
    body.customer-account .data-table.orders td.ship,
    body.customer-account .data-table.orders td.status,
    body.customer-account .data-table.orders th.status {
        display: none;
    }

    .order-info-box .box-content {
        clear: left;
    }

    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px;
    }

    .order-info dt {
        display: none;
    }

    .dashboard .page-title {
        margin-top: 20px;
    }

    .dashboard .page-title h1 {
        margin-top: 0;
    }

    .dashboard .welcome-msg {
    }

    .dashboard .welcome-msg .hello {
        font-style: italic;
    }

    .dashboard .box-account {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 48%;
        padding-right: 0;
        padding-left: 0;
    }

    .dashboard .col2-set .col-1 {
        float: left;
        margin-right: 4%;
    }

    .dashboard .col2-set .col-2 {
        float: right;
    }
}

@media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list .control {
        padding-left: 0;
    }
}

@media only screen and (max-width: 479px) {
    body.customer-account .my-account .page-title h1 {
        text-align: center;
    }

    body.customer-account .my-account .title-buttons {
        text-align: center;
    }

    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }

    body.customer-account .my-account .title-buttons .button + .button {
        margin-left: 0px;
    }

    body.customer-account .my-account .fieldset h2 {
        margin-bottom: 15px;
    }

    body.customer-account .my-account .order-details h2 {
        margin-bottom: 15px;
    }

    body.customer-account .my-account .buttons-set {
        border-top: 0;
    }

    body.customer-account .my-account .addresses-list .item {
        margin-bottom: 15px;
        padding-right: 0;
        float: none;
        width: auto;
    }

    body.customer-account .my-account .addresses-list h2 {
        margin-bottom: 15px;
    }

    .order-info {
        margin-top: 15px;
    }

    .data-table.orders .link-reorder,
    .data-table.orders .date {
        display: none;
    }

    .data-table.orders td.view {
        text-align: right;
    }

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 100%;
        margin-top: 15px;
    }

    .order-info-box {
        margin: 0;
    }

    .order-info-box .col-1,
    .order-info-box .col-2 {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0;
    }

    .order-info-box + .order-info-box {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px;
    }

    #my-reviews-table .nobr {
        white-space: normal;
    }
}


/******DEVIS EN LIGNE********/

.qquoteadv-index-index .main-container {
    max-width: 1310px;
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.quotation-quote-requestfromcart #main input, .quotation-quote-requestfromcart #main textarea {
    border: 1px solid #c2c2c2;
}

.quotation-quote-requestfromcart .page #main h2 {
    margin-bottom: 40px;
    margin-top: 0;
}

body.quotation-quote-list.customer-account #main .col-main, body.quotation-quote-view.customer-account #main .col-main {
    margin: 0 auto;
}

body.quotation-quote-view.customer-account .col2-set.generic-box button {
    margin: 10px 0px;
}

body.quotation-quote-view.customer-account .page #main h2 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: normal;
}

body.quotation-quote-view.customer-account #main .col-main div td {
    width: auto;
    padding: 0 5px;
}

body.quotation-quote-view.customer-account .data-table {
    text-align: center;
}

/******PAGE 404********/

.cms-no-route .main-container {
    max-width: 1310px;
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}


.cms-no-route .page #main h2 {
    margin-bottom: 40px;
    margin-top: 0;
}


/*****RESPONSIVE****************/

@media (max-width: 1480px) {

    .containerlarge {
        width: 90%;
    }

    .containerlarge.sortcontainer {
        width: 100%;
    }

    .page nav ul li a, header ul.menu-client li a {
        font-size: 12px;
    }

    .header-produit ul {
        text-align: left;
        padding-left: 50px;
    }

    ul.produit-bouton li:nth-child(odd), ul.produit-bouton li:nth-child(even) {
        width: 49%;
    }

}

/*******1480**********/


@media (max-width: 1380px) {

    .blog-liste .postWrapper {
        width: 320px;
    }

    .blog-liste .postWrapper figure {
        width: 320px;
        height: 200px;
    }

    .main .slide-produit li, .main .slide-produit li h4, #main .slide-produit li .bouton,
    .main .slide-services li, .main .slide-services li h4, #main .slide-services li .bouton {
        width: 380px;
    }

    .main .slide-produit li figure, .main .slide-services li figure {
        width: 380px;
        height: 380px;
    }

    .liste-view li {
        width: 320px;
    }

    .liste-view li figure {
        width: 320px;
        height: 320px;
    }

}

/*******1380**********/


@media (max-width: 1310px) {

    .container {
        width: 60%;
    }

    .page nav ul li {
        padding: 0 5px;
    }

    .ariane ul li a {
        font-size: 12px;
    }

    div.copy {
        height: auto;
    }

    div.copy .menu-univers {
        position: relative;
    }

    div.copy .menu-univers li {
        width: 50%;
    }

    /*
.fiche-produit .col1, .fiche-produit .col2
{
width:100%;
float:none;
}

.fiche-produit .col1
{
margin-bottom:80px;
}
*/
    .header-produit ul li a {
        font-size: 12px;
    }

}

/*******1310**********/

@media (max-width: 1180px) {

    header .baseline {
        text-align: left;
        padding-left: 50px;
    }

    .search-container {
        top: 115px;
        left: -450px;
    }

    .search-container.active {
        left: 50px;
    }

    .page .menu-mobile {
        display: block;
        position: absolute;
        left: 50px;
        top: 40px;
    }

    .page .menu-mobile a {
        color: #000;
        font-size: 25px;
    }

    .page .menu-mobile .search-menu {
        margin-right: 20px;
    }

    .page .menu-mobile span {
        display: none;
    }

    .page .menu-mobile li {
        display: inline-block;
    }

    .page header .menu-bt {
        position: relative;
        top: 0;
        left: 0;
    }

    .page nav {
        position: fixed;
        width: 33.333%;
        min-height: 100%;
        left: -50%;
        top: 115px;
        box-sizing: border-box;
        background: #333238;
        z-index: 99;
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: auto;
        padding: 50px 50px 165px 50px;
    }

    .page nav.active {
        left: 0;
    }

    .page nav > ul, .page nav > ul > li {
        height: auto;
    }

    .page nav ul li {
        display: block;
        padding: 0;
    }

    .page nav ul li.search-menu {
        display: none;
    }

    .page nav ul.level0 li figure.menu-illu {
        display: none;
    }

    .page nav ul li a {
        line-height: initial;
        font-size: 18px;
        font-family: 'avalonregular';
        position: relative;
        color: #fff;
    }

    .page nav ul li a.menuparent::before {
        content: '\e909';
        font-family: 'icomoon';
        color: #9f9fa2;
        font-size: 15px;
        margin-right: 5px;
        display: inline-block;
        transform: rotate(-90deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        left: -20px;
        top: 18px;
    }

    .page nav ul li a.menuparent.active::before {
        transform: rotate(0deg);
    }

    .page .s-nav.large, .page .s-nav.mini, .page nav ul.level0 {
        display: block;
        position: relative;
        left: 0;
        top: 0 !important;
        padding: 0;
        background: #333238;
        z-index: 9;
    }

    .page nav ul.level0.s-nav-888 {
        display: none !important;
    }

    .page .s-nav.large, .page .s-nav.mini, .page .s-nav ul, .page nav ul.level0 ul {
        display: none;
        z-index: 1;
    }

    .page nav ul.s-nav > li, .page nav ul.level0 > li {
        border-bottom: 1px solid #c7c7ca;
    }

    .page .s-nav.large > li, .page nav ul.level0 > li {
        width: 100%;
        border-right: 0;
    }

    .page .s-nav.large li figure.menu-illu {
        display: none;
    }

    .page .s-nav.large > li > a, .page nav ul.level0 > li > a {
        margin-bottom: 0;
    }


    .blog-liste .postWrapper {
        width: 400px;
    }

    .blog-liste .postWrapper figure {
        width: 400px;
        height: 250px;
    }

    .liste-view {
        justify-content: space-around;
    }

    .liste-view li {
        width: 405px;
    }

    .liste-view li figure {
        width: 405px;
        height: 405px;
    }

}

/*******1180***********/


@media (max-width: 1024px) {

    .col1, .col2 {
        width: 100%;
        float: none;
    }

    .col1 {
        margin-bottom: 30px;
    }

    .fiche-produit .col1 {
        margin-bottom: 80px;
    }

    .catalog-product-view .columnflex, .catalog-product-view section#benefices .container, .catalog-product-view section#caracteristiques .container {
        display: block;
    }

    .catalog-product-view .columnContainer, .cms-page-view #main .container .col50, .blog-post-view #main .container .col50, .cms-bloc #main .container .col50 {
        width: 100%;
    }

    .bloc-actu .col2 {
        height: auto;
    }

    .cms-home nav, .page nav {
        width: 100%;
        left: -100%;
        background: #333238;
    }

    .cms-home nav ul li a {
        color: #fff;
    }

    section.univers {
        height: auto;
    }

    section.univers ul {
        display: block;
    }

    section.univers ul li {
        width: 100%;
        height: auto;
        padding: 50px 0;
    }

    section.univers ul li:nth-child(1) {
        background: url(images/header-univers1.jpg) no-repeat center center;
        background-size: cover;
    }

    section.univers ul li:nth-child(2) {
        border-right: 0;
        border-left: 0;
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
        background: url(images/header-univers2.jpg) no-repeat center center;
        background-size: cover;
    }

    section.univers ul li:nth-child(3) {
        background: url(images/header-univers3.jpg) no-repeat center center;
        background-size: cover;
    }

    section.univers ul li a .texte h2 {
        margin-bottom: 50px;
    }

    section.univers ul li::before {
        opacity: 0.5;
    }

    section.univers a.link-down {
        display: none;
    }

    .bloc-showroom .container, .bloc-engagements .container, .bloc-actu .container {
        max-width: 620px;
        text-align: center;
    }

    .bloc-actu .col2 .bouton {
        position: relative !important;
        margin-top: 30px;
    }

    ul.menu-footer {
        flex-wrap: wrap;
    }

    ul.menu-footer > li {
        width: 50%;
        margin-bottom: 50px;
    }

    .header-produit {
        display: none;
    }

}

/******1024**********/


@media (max-width: 980px) {

    .container {
        width: 90%;
    }

    header .baseline {
        text-align: center;
        padding-left: 0px;
    }

    header .baseline .menu-univers {
        display: none;
    }

    header ul.menu-client li a span {
        display: none;
    }

    .main .slide-produit li, .main .slide-services li {
        width: 320px;
    }

    .main .slide-produit li figure, .main .slide-services li figure {
        width: 320px;
        height: 320px;
    }

    .main .slide-produit li h4, #main .slide-produit li .bouton, .main .slide-produit li p,
    .main .slide-services li h4, #main .slide-services li .bouton {
        width: 320px;
    }

    .liste-view {
        justify-content: space-around;
    }

    .liste-view li {
        width: 320px;
    }

    .liste-view li figure {
        width: 320px;
        height: 320px;
    }

    .footer-icon li {
        margin-bottom: 30px;
    }

    .footer-icon {
        padding-bottom: 70px;
    }

    .page #main .fiche-produit h1 {
        font-size: 40px;
    }

    .blog-liste {
        width: 400px;
        margin: 0 auto;
    }

    .order-info-box .col-1, .order-info-box .col-2 {
        width: 100%;
    }


    .contacts-index-index form#webform_1, .webforms-index-index form#webform_2 {
        width: 650px;
    }

    .contacts-index-index form#webform_1 input[type=text], .webforms-index-index form#webform_2 input[type=text] {
        width: 280px;
    }

    .contacts-index-index form#webform_1 textarea {
        width: 600px;
    }

    .commande-box {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }

}

/*****980*************/


@media (max-width: 780px) {

    .catalogsearch-result-index .bloc-filtre, .catalogsearch-result-index .bloc-filtre .toolbar {
        display: none;
    }

    .customer-account-login .col2-set {
        display: block;
    }

    .customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2 {
        width: 100%;
    }

}

/*****780*************/


@media (max-width: 580px) {

    header .baseline {
        font-size: 12px;
        height: auto;
        padding: 0 30px;
    }

    section.univers ul li a .texte h2 {
        font-size: 25px;
    }

    .cms-home #main h2, .cms-home .bloc-handicap .col1 h4, .cms-home .bloc-handicap .col2 h4,
    .page #main h1, .page #main h2 .l1, .page .bloc-handicap .col1 h3, .page .bloc-handicap .col2 h3 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .page #main h2 .l1 {
        margin-bottom: -60px;
        margin-top: 0;
    }

    .page .product-view .main h2 .l1 {
        margin-bottom: 30px !important;
    }

    .cms-home #main h3, .cms-home .bloc-handicap .col1 h5, .cms-home .bloc-handicap .col2 h5,
    .page #main h2, .page #main h1 .l2, .page .bloc-handicap .col1 h4, .page .bloc-handicap .col2 h4 {
        font-size: 30px;
        line-height: 50px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .main .bouton {
        font-size: 12px;
        height: auto;
        line-height: 25px;
        padding: 10px 30px;
    }

    .bloc-engagements h4, .main .sous-titre, .bloc-actu .col2 h3 {
        font-size: 25px;
    }

    .cms-home .bloc-handicap .col1 .bouton, .cms-home .bloc-handicap .col2 .bouton {
        width: 90%;
        font-size: 12px;
    }

    .bloc-newsletter .col1 {
        margin-bottom: 0;
    }

    .bloc-newsletter .col1 ul li {
        margin-bottom: 30px;
    }

    .bloc-newsletter .col2 input.inputname, .bloc-newsletter .col2 input.inputprenom {
        width: 100%;
        float: none;
    }

    ul.menu-footer > li {
        width: 100%;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .page #main .header-img h1 {
        font-size: 50px;
    }

    ul.produit-bouton li:nth-child(odd), ul.produit-bouton li:nth-child(even), .liste-pdf li {
        width: 100%;
    }

    body.customer-account #main .col-left-first, body.customer-account #main .col-main {
        width: 100%;
    }

    .page #main .fiche-produit .price-excluding-tax, .page #main .commande-box .price-excluding-tax,
    .page #main .fiche-produit .price-tva, .page #main .commande-box .price-tva {
        display: block;
        margin: 0;
    }

    .page #main .fiche-produit .price-including-tax {
        display: block;
        margin-bottom: 20px;
    }

    .commande-box .add-to-cart-buttons button {
        max-width: 100%;
        white-space: normal;
    }

    .containerlarge.currently {
        width: 100%;
    }

    .bloc-filtre ul.liste-filtre, .catalogsearch-result-index .block-layered-nav ul.liste-filtre {
        display: block;
    }

    .bloc-filtre ul.liste-filtre > li, .catalogsearch-result-index .block-layered-nav ul.liste-filtre > li {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .bloc-filtre .s-filtre.large, .bloc-filtre .s-filtre ol, .bloc-filtre .s-filtre,
    .catalogsearch-result-index .block-layered-nav .s-filtre.large, .catalogsearch-result-index .block-layered-nav .s-filtre ol, .catalogsearch-result-index .block-layered-nav .s-filtre {
        position: relative;
        top: 0;
    }

    #main .bloc-filtre ul.liste-filtre > li .s-filtre.large a,
    .catalogsearch-result-index #main .block-layered-nav ul.liste-filtre > li .s-filtre.large a {
        display: block;
        text-align: left;
    }

    .bloc-filtre .toolbar, .catalogsearch-result-index .block-layered-nav .toolbar {
        position: relative;
        left: 10px;
        top: 15px;
    }

}

/*****580*********/


@media (max-width: 480px) {

    header .baseline {
        font-size: 8px;
    }

    .cms-home header .menu-bt {
        /*
left:20px;
*/
    }

    .cms-home .menu-home {
        left: 20px;
    }

    /*
.cms-home .logo
{
position: absolute;
right: 20px;
top: 35px;
}
*/
    .page #main .header-img h1 {
        font-size: 40px;
    }

    .header-img p {
        font-size: 14px;
    }

    .blog-liste, .blog-liste .postWrapper {
        width: 300px;
    }

    .blog-liste .postWrapper figure {
        width: 300px;
        height: 200px;
    }

}

/******************************/


@media (max-width: 580px) {
    .page .menu-mobile {
        display: block;
        position: absolute;
        left: 10px;
        top: 40px;
    }

    .cms-home .menu-home {
        left: 10px;
    }

    header .menu-client {
        position: absolute;
        right: 10px;
        top: 55px;
    }

    .page .menu-mobile .search-menu {
        margin-right: 10px;
    }

    header ul.menu-client li {
        display: inline-block;
        /* padding: 0 10px; */
        position: relative;
        padding: 0;
    }

    header ul.menu-client li i {
        font-size: 25px;
        /* margin-right: 10px; */
    }

    header ul.menu-client li:first-child i {
        margin-right: 10px;
    }

}


@media (max-width: 375px) {

    .cms-home header .logo img {
        width: 150px;
        margin-top: 10px;
    }

    .page .menu-mobile {
        top: 45px;
    }

    header .menu-client {
        top: 50px;
    }

    .page .menu-mobile a, header ul.menu-client li i, .cms-home .menu-home a {
        font-size: 20px;
    }

    .cms-home .menu-home .search-menu {
        margin-right: 10px;
    }

    .page header .menu-bt {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }

    .page header .logo img {
        width: 50%;
        margin-top: 5px;
    }

}

@media (max-width: 325px) {

    header .logo img {
        margin-top: 10px;
    }

}

/* =============================== *
 * CSS pour les devis cart2quote
 * =============================== */
#overlay, #overlaylink {
    z-index: 10010;
}

.checkout-types > .method-qquoteadv-checkoutquotebtn .button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.centered {
    margin: 0 auto;
}

#quotelist .qquote-client-collaterals {
    float: none;
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
    display: block;
}

#quotelist .cart-table {
    float: none;
    width: 100%
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

#quotelist #shipDiv {
    float: right;
    width: 45%;
}

#quotelist #billDiv {
    float: left;
    width: 45%;
}

#quotelist .input-select select {
    padding-left: 5px;
}

.w48 {
    width: 48%;
}

.checkout-onepage-index p.back-link, .checkout-onepage-index .button.button-back {
    display: none;
}

#quotelist #addressCheckbox {
    float: none;
    clear: both
}

#qquote-tbl-billing .left {
    padding-right: 0px
}

#quotelist .cart-table td {
    vertical-align: top !important;
}

.qquote-client-collaterals label
{
display:initial !important;
}

/* -------------------------------------------- *
 * Breadcrumbs
 */
.main-container-breadcrumbs {
    padding: 19px 0;
}

.breadcrumbs {
    overflow: hidden;
    margin: 0;
    padding-left:10px;
}

.breadcrumbs li {
    float: left;
    font-size: 13px;
    font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.breadcrumbs a {
    float: left;
    color: #000;
}

.breadcrumbs a:hover {
    color: #3399cc;
    text-decoration: none;
}

.breadcrumbs strong {
    color: #000000;
    font-weight: normal;
}

.breadcrumbs span {
    float: left;
    color: #000000;
    padding: 0 7px;
}

@media only screen and (max-width: 770px) {
    .breadcrumbs {
        display: none;
    }
}

.input-box label,.input-box button{display: none;}

/* =============================== *
 * CSS pour les cartes cadeaux
 * =============================== */
div.am-giftcard-form .form-list .input-box {
    width: auto;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
    border-collapse: separate;
}

div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}

div.calendar {
    z-index:999;
}

/**
 * Zone avis sur fiche produit
 */
#customer-reviews-box .arar-form-add h2{
    font-size:30px;
    border-bottom: 2px solid #9acb45;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'avalonbold';
}
#customer-reviews-box .arar-form-add h3 {
    font-size:22px;
    font-family: 'avalonregular';
    font-weight:normal;
    line-height:32px;
}

.top-review .ratings .rating-box {
    float: left;
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden;
    background-image: url(./images/icon_sprite.png);
    margin-top: 12px;
    margin-right: 15px;
}
.top-review .ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px;
    background-image: url(./images/icon_sprite.png);
}

.products-grid .ratings .rating-box {
    margin: 0 auto;
    margin-top: 12px;
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden;
    background-image: url(./images/icon_sprite.png);
}
.products-grid  .ratings .rating-box .rating {
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px;
    background-image: url(./images/icon_sprite.png);
}

.products-grid  .ratings .amount {
    display: none;
}

@media screen and (min-width: 471px) {
    body.review-product-list #arar-reviews-page .product-img-box,
    body.review-product-list #arar-reviews-page .arar-details {
        width: 49%;
    }
}

body.review-product-list #main .product-name h1 {
    text-align: left;
}
body.review-product-list #arar-reviews-page .product-collateral {
    clear: both;
}

body.review-product-list #arar-reviews-page .product-collateral #customer-reviews-box,
body.review-product-list #arar-reviews-page .product-essential {
    max-width: 1310px;
    margin: 0 auto;
}
body.review-product-list #arar-reviews-page #customer-reviews-box .arar-form-add h2 {
    margin-top: 0;
}

/** Mobile **/
@media (max-width: 768px) {
    header .logo {
        max-width: 200px;
        display: inline-block;
    }
}
