@font-face {
    font-family: safetygas;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Safetygas'), url(../../fonts/robotocondensed-light-webfont.woff2) format('woff2'),
    url(../../fonts/robotocondensed-light-webfont.woff) format('woff')
}

@font-face {
    font-family: safetygas;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Safetygas'), url(../../fonts/robotocondensed-lightitalic-webfont.woff2) format('woff2'),
    url(../../fonts/robotocondensed-lightitalic-webfont.woff) format('woff')
}

@font-face {
    font-family: safetygas;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Safetygas'), url(../../fonts/robotocondensed-regular-webfont.woff2) format('woff2'),
    url(../../fonts/robotocondensed-regular-webfont.woff) format('woff')
}

@font-face {
    font-family: safetygas;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Safetygas'), url(../../fonts/robotocondensed-italic-webfont.woff2) format('woff2'),
    url(../../fonts/robotocondensed-italic-webfont.woff) format('woff')
}

@font-face {
    font-family: safetygas;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Safetygas'), url(../../fonts/robotocondensed-bold-webfont.woff2) format('woff2'),
    url(../../fonts/robotocondensed-bold-webfont.woff) format('woff')
}

@font-face {
    font-family: safetygas;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Safetygas'), url(../../fonts/robotocondensed-bolditalic-webfont.woff2) format('woff2'),
    url(../../fonts/robotocondensed-bolditalic-webfont.woff) format('woff')
}



@font-face {
    font-family: safetygasicons;
    font-display: swap;
    src: url(../../fonts/SafetyGasIcons.woff2) format('woff2'),
    url(../../fonts/SafetyGasIcons.ttf) format('truetype'),
    url(../../fonts/SafetyGasIcons.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}
html body {
    font-family: safetygas, sans-serif
}

.progress {
    width: 100px;
    height: 3px;
}

.progress-wrap {
    background: #dcdcdc;
    margin: 0;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    width: 100% !important;
    top: 0;
}

.progress-bar {
    background: #249c23;
    left: 0;
    position: fixed;
    top: 0;
    width: 0;
}

.bg-gray {
    background-color: #f2f2f2;
}

.bg-gray-trans {
    background-color: rgba(224, 224, 224, .55);
}

.gray-border {
    border: 1px solid #e0e0e0;
}

.bg-dark-gray {
    background-color: #333;
}

.orange-basic {
    color: #fb5808;
}

.bg-orange-basic {
    background-color: #fb5808;
}

.light-blue {
    color: #1366bb;
}

.light-blue-bg {
    background-color: #1366bb;
}

.bg-blue {
    background-color: #3e5c8e;
}

.middle-blue-text {
    color: #3e5c8e;
}

.blue-title {
    color: #353f60;
}

.chevron::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    left: .15em;
    position: relative;
    top: .15em;
    transform: rotate(-45deg);
    vertical-align: top;
}

.chevron.right:before {
    left: 0;
    transform: rotate(45deg);
}

.chevron.bottom:before {
    top: 0;
    transform: rotate(135deg);
}

.chevron.left:before {
    left: .25em;
    transform: rotate(-135deg);
}

.page-header #switcher-currency .options ul.dropdown {
    z-index: 99999 !important;
}

.content-heading {
    height: 35px;
    line-height: 35px;
}

#col-manufacturer a {
    color: #0d62bb;
}

.amshopby-option-link {
    display: none;
}

.togglec strong {
    color: #3d5a90;
}

html body.catalog-category-view .products.product-items .price-box span.AsLowAs, html body .price-box span.AsLowAs {
    color: #5a5a5a;
    float: none !important;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 769px) and (min-width: 500px) {
    .category-support-informations .category-home.demi {
        width: 75%;
        float: none;
        margin: auto auto 17px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 500px) {
    .page-products .amslider div.slide {
        max-width: 38%;
        margin: 0 25px 45px 50px;
        flex-basis: 37% !important;
    }
}

.category-support-informations .category-cms {
    margin-top: 50px;
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    html .page-products .amslider div.slide {
        max-width: 29% !important;
        flex-basis: 28% !important;
    }
}

.ulinks {
    transition: all 0.2s;
    color: #000;
    font-size: 18px;
    font-weight: 100;
    max-width: 1150px;
    margin: 50px auto 70px;
}

.ulinks h2 {
    font-size: 2.6rem;
    color: #1366BB;
    position: relative;
    line-height: 45px;
}

.ulinks h2:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 55px;
    height: 3px;
    background-color: #1366BB;
}

.ulinks a {
    color: #000;
    position: relative;
    line-height: 32px;
}

.ulinks a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #fb5808;
    -webkit-transition: width .4s;
    transition: width .4s;
}

.ulinks a:hover {
    color: #1366bb;
}

.ulinks a:hover:before {
    width: 100%;
    -webkit-transition: width .4s;
    transition: width .4s;
    background-color: #fb5808;
}

.ulinks b, .ulinks strong {
    color: #3e5c8e;
}

.ulinks .ulinks-sep {
    padding: 0 10px 0 10px;
}

@media only screen and (max-width: 767px) {
    .ulinks .ulinks-sep {
        display: none;
    }

    .ulinks a {
        line-height: 50px;
        display: block;
    }

    .ulinks a:before {
        bottom: 7px;
    }
}

.block.upsell .block-title.title {
    text-align: left !important;
}

.cart-empty {
    margin-top: 20px;
}

.checkout-cart-index #empty_cart_button {
    display: none !important;
}

.block.block-reorder {
    display: none;
}

.cms-page-view .column.main p {
    text-align: justify;
}

html body.page-layout-1column .page-wrapper .page-footer,
html body.theme-pearl .page-wrapper .page-footer {
    margin-top: 75px;
}

.checkout-cart-index .modal-inner-wrap .modal-title {
    line-height: 1;
    text-align: center;
}

.quotation-quote-index .authentication-wrapper .action.action-auth-toggle span {
    font-size: 13px;
}

.product.attribute.overview.sdp-simple p {
    text-align: justify;
}

.product.attribute.description p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
}

html body.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content,
html body.theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content {
    width: 300px;
}

.button-disconnect {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-weight: 800;
    float: right;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 5px;
    text-transform: uppercase;
}

.customer-account-logoutsuccess p {
    margin-top: 15px !important;
}

.sales-order-history .column.main {
    position: relative;
}

.customer-address-index .column.main {
    position: relative;
}

.block.block-dashboard-info {
    position: relative;
}

.button-disconnect img {
    margin-bottom: -2px;
    margin-right: 5px;
}

.checkout-cart-index .page-title-wrapper h1 {
    color: #1366bb;
    font-family: Safetygas, Sans-Serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 100;
    position: relative;
}

.checkout-cart-index .page-title-wrapper h1 span::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 75px;
    height: 3px;
    background-color: #1366bb;
}

html body .form-cart .cart.main.actions .action.update {
    display: inline-block !important;
    background: 0 0;
    border: 1px solid #333;
    text-transform: uppercase;
    transition: all .1s ease-in-out;
}

html body .form-cart .cart.main.actions .action.update span {
    color: #333;
    font-family: Safetygas, Sans-Serif;
    font-size: 11px;
}

html body .form-cart .cart.main.actions .action.update:hover {
    border: 1px solid #1366bb;
    opacity: 1;
    transition: all .1s ease-in-out;
}

html body .form-cart .cart.main.actions .action.update:hover span {
    color: #1366bb;
}

.catalog-product-view .block.upsell .grid.products-grid .product-item .product.name.product-item-name {
    line-height: 15px;
    padding-top: 10px;
    letter-spacing: .26px;
    cursor: pointer;
}

.block.upsell .block-title.title #block-upsell-heading:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #1366bb;
}

.cms-page-view p a {
    text-decoration: underline;
}

.block.upsell .block-title.title #block-upsell-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Safetygas, Sans-Serif;
    letter-spacing: 0;
    color: #353f60;
    position: relative;
}

html body .category-home.format-livre:hover .cornered a {
    color: #fa6a19;
}

html body .category-home.format-livre:hover .cornered a span {
    left: 10px;
    -webkit-transition: left .2s cubic-bezier(.41, .094, .54, .07) 0s;
    transition: left .2s cubic-bezier(.41, .094, .54, .07) 0s
}

.assurance-home img.title-img {
    float: left;
    padding-top: 34px;
}

html body .assurance-home h3 {
    font-size: 13px;
    letter-spacing: 0 !important;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 45px;
    padding-left: 10px;
    position: relative;
}

html body h3 {
    font-family: Safetygas, Sans-Serif;
}

body.page-layout-1column .page-wrapper .breadcrumbs .items .item strong,
body.page-layout-1column .page-wrapper .breadcrumbs .items .item a,
html body.theme-pearl .page-wrapper .breadcrumbs .items .item strong,
html body.theme-pearl .page-wrapper .breadcrumbs .items .item a {
    float: left !important;
    font-size: 11px !important;
    font-style: normal !important;
    color: #1366bb !important;
    line-height: 18px !important;
}

body.page-layout-1column .page-wrapper .breadcrumbs .items .item strong,
.theme-pearl.store-view-fr .page-wrapper .breadcrumbs .items .item strong {
    color: #000 !important;
}

body.page-layout-1column .page-wrapper .breadcrumbs .items .item strong,
.theme-pearl.store-view-en .page-wrapper .breadcrumbs .items .item strong {
    color: #000 !important;
}

body.page-layout-1column .catalog-category-view.theme-pearl .page-wrapper .breadcrumbs .items .item:after,
html body.catalog-category-view.theme-pearl .page-wrapper .breadcrumbs .items .item:after {
    color: #fa6a19 !important;
}

.category-description p {
    text-align: justify;
    font-size: 15px;
}

html body.page-layout-1column .filter.block {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

.catalog-category-view .columns h3 {
    font-size: 21px;
    font-weight: 400;
}

.category-description p strong {
    font-weight: 800;
    color: #3d5a90;
}

.column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions.center {
    display: none;
}

html body .toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

html body.catalog-product-view .toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta {
    background-color: #f5f5f5;
}

html body .toggle.toggle-bg .togglet:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 35px;
    width: 30px;
    height: 3px;
    background-color: #1366bb;
    transition: .3s all;
}

html body .toggle.toggle-bg .togglet:hover:before {
    width: 95%;
}

.filter-options-content .items input[type=radio] {
    display: none;
}

.store-view-fr.page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    background-image: url(../../images/quickviewfr.png);
    width: 45px;
    height: 45px;
    background-size: 45px;
}

.store-view-en.page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    background-image: url(../../images/quickview.png);
    width: 45px;
    height: 45px;
    background-size: 45px;
}

body .products-grid .product-item .product-item-info:hover {
    border: 1px solid #E0E0E0 !important;
}

body.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content,
.theme-pearl.page-layout-1column #layered-filter-block .filter-content .filter-options .filter-options-content {
    padding: 20px;
}

.control div.mage-error[generated] {
    color: #ff0a0a;
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #f7a68b38;
    padding: 10px;
}

.level-top.ui-corner-all {
    cursor: pointer;
}

.control div.mage-error[generated]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: inherit;
    content: '\e622';
    font-family: luma-icons;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #ff0a0a;
    transform: rotate(180deg);
    margin-top: -4px;
    margin-right: 10px;
}

html body .message.error {
    background: #f7a68b38;
    color: #ff0a0a;
}

.column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2 {
    position: absolute;
    top: 205px;
}

html body .message.success {
    background: rgba(113, 183, 63, .2);
    color: #000;
}

.product-item-name, .product.name a, h3.product.name a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42857143;
}

html body .products.product-items .product.name.product-item-name {
    line-height: 13px;
    padding-top: 10px;
    letter-spacing: .26px;
    cursor: pointer;
    text-transform: none;
}

html body.catalog-category-view .products.product-items .price-box {
    padding-top: 8px;
    border-top: 1px solid #fa6a19;
}

html body.catalog-category-view .products.product-items .price-box span {
    float: right;
}

html body .products.wrapper.grid.products-grid .price-box {
    padding-top: 8px;
    border-top: 1px solid #fa6a19;
}

html body .products.wrapper.grid.products-grid.products-upsell .price-box span {
    float: right;
}

.column.main .products-grid .product-item .product-item-info:hover {
    box-shadow: 0 2px 4px 0 rgba(200, 200, 200, .5) !important;
    transition: all .2s cubic-bezier(.41, .094, .54, .07) 0s;
}

.catalog-category-view .page-title-wrapper #page-title-heading {
    color: #1366bb;
}

.weltpixel_quickview-catalog_product-view #maincontent {
    margin-top: 0;
    height: auto;
    min-height: auto;
}

.items.am-filter-items-attr_manufacturer input[type=checkbox] {
    display: none;
}

html body.theme-pearl.catalog-product-view.weltpixel_quickview-catalog_product-view .page-title-wrapper {
    width: 60% !important;
    float: right;
}

html body.theme-pearl.catalog-product-view.weltpixel_quickview-catalog_product-view .page-title-wrapper h1 {
    font-size: 23px !important;
    letter-spacing: 1.21px;
    font-weight: 400;
    line-height: 33px;
    padding-top: 16px;
    color: #000;
    font-family: Safetygas, Sans-Serif;
}

.theme-pearl.catalog-product-view.weltpixel_quickview-catalog_product-view .product-info-main .product-info-price {
    margin-top: 3px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

html body .box-gotoproduct #product-gotoproduct-button .weltpixel_quickview-catalog_product-view .wp-product-label.wp-product-label-top-left {
    display: none;
}

html body .box-gotoproduct #product-gotoproduct-button {
    background: #3e5c8e;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 18px;
    padding-top: 18px;
    margin-bottom: 20px;
    margin-top: 2px;
}

.catalog-product-view .breadcrumbs ul.items {
    display: flex;
}

.catalog-product-view .breadcrumbs ul.items li.item.home {
    order: 1;
}

.catalog-product-view .breadcrumbs ul.items li.item.category {
    order: 2;
}

.catalog-product-view .breadcrumbs ul.items li.item {
    order: 3;
}

.catalog-product-view .breadcrumbs ul.items li.item.product {
    order: 4;
}

.catalog-product-view .breadcrumbs .item.category:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 18px;
    content: '\e608';
    font-family: luma-icons;
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.catalog-product-view .breadcrumbs .item.product:after {
    display: none;
}

.toggle.toggle-bg .togglet i {
    display: none;
}

html body .box-gotoproduct #product-gotoproduct-button:hover {
    color: #fff !important;
    opacity: .8;
    border: 1px solid #3e5c8e !important;
}

html body .box-gotoproduct #product-gotoproduct-button:hover span {
    color: #fff;
}

.theme-pearl.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price .price {
    color: #1366bb;
    font-size: 29px;
    font-weight: 400;
}

.theme-pearl.catalog-product-view.weltpixel_quickview-catalog_product-view #maincontent {
    padding-right: 26px;
    padding-left: 26px;
}

.theme-pearl.weltpixel_quickview-catalog_product-view .product-info-main .product.attribute.overview {
    float: right;
}

.theme-pearl.weltpixel_quickview-catalog_product-view .product-info-main .product.attribute.overview p {
    font-size: 13px;
    margin-top: 30px;
    position: relative;
}

.theme-pearl.weltpixel_quickview-catalog_product-view .amshopby-option-link {
    display: none;
}

.theme-pearl.weltpixel_quickview-catalog_product-view .product-info-main .product.attribute.overview p:before {
    content: "DESCRIPTION: ";
    position: absolute;
    top: -25px;
    font-size: 16px;
    color: #1366bb;
}

.checkout-billing-address .billing-address-same-as-shipping-block {
    position: relative;
}

.block-authentication .block[class] + .block {
    padding-top: 11px !important;
}

.block-authentication .block-title {
    margin-bottom: 0 !important;
}

.theme-pearl.store-view-fr .checkout-billing-address .billing-address-same-as-shipping-block:after {
    content: "Adresse de facturation: ";
    position: absolute;
    top: 22px;
    font-size: 14px;
    color: #000;
    left: 0;
    text-decoration: underline;
}

.quotation-quote-index .authentication-wrapper .action.action-auth-toggle {
    background-color: #2a659f !important;
    border: #2a659f 1px solid !important;
}

.quotation-quote-index .action.action-login.secondary {
    background-color: #2a659f !important;
    border: #2a659f 1px solid !important;
}

.quotation-quote-index .action.action-login.secondary:hover span {
    color: #fff !important;
}

.quotation-quote-index .authentication-wrapper .action.action-auth-toggle:hover span {
    color: #fff !important;
}

.quotation-quote-index #shopping-cart-table .action.clear {
    background-color: transparent !important;
    border: #000 1px solid !important;
    font-family: safetygas, Sans-Serif;
}

.quotation-quote-index #shopping-cart-table .action.clear span {
    font-family: safetygas, Sans-Serif !important;
    color: #000 !important;
}

.quotation-quote-index #shopping-cart-table .action.clear:hover span {
    color: #fff !important;
}

html body.theme-pearl .modals-wrapper .modal-footer button {
    background-color: #2a659f !important;
    border: #2a659f 1px solid !important;
}

html body.theme-pearl .modals-wrapper .modal-footer button:hover {
    color: #fff !important;
}

html .catalog-product-view .product-options-wrapper .field:not(.choice) > .label {
    font-size: 16px;
    font-weight: 400;
}

.theme-pearl.store-view-fr .product-options-wrapper .field.required .control .mage-error {
    color: transparent;
    position: relative;
}

.theme-pearl.store-view-fr .product-options-wrapper .field.required .control .mage-error:after {
    content: "Ce champ est obligatoire.";
    position: absolute;
    top: 11px;
    font-size: 14px;
    color: #ff0a0a;
    left: 48px;
}

.theme-pearl.store-view-en .checkout-billing-address .billing-address-same-as-shipping-block:after {
    content: "Billing adress: ";
    position: absolute;
    top: 22px;
    font-size: 14px;
    color: #000;
    left: 0;
    text-decoration: underline;
}

html body .checkout-payment-method .checkout-billing-address .billing-address-details {
    padding-top: 40px;
}

.close-sec.search-visible-md .closebutton.icon-line-cross {
    width: 22px;
    height: 22px;
    background-image: url(../../images/close.svg);
    background-repeat: no-repeat;
    display: block;
    top: 20px;
    right: 20px;
    position: absolute;
    cursor: pointer;
}

.theme-pearl.catalog-product-view.weltpixel_quickview-catalog_product-view .product-info-stock-sku .stock.available {
    color: green;
    font-weight: 400;
}

.form.subscribe .input-box div.mage-error[generated] {
    margin-top: 0;
}

.theme-pearl.catalog-product-view.weltpixel_quickview-catalog_product-view .product-info-stock-sku .product.attribute.sku {
    color: #828282;
    font-size: 12px;
}

.page-products.page-layout-1column .products-grid .product-item {
    margin-bottom: 40px;
}

.column.main .products-grid .product-item .product-item-info {
    padding: 7px !important;
    transition: all .2s cubic-bezier(.41, .094, .54, .07) 0s;
    min-height: 383px;
}

.column.main .products-grid .product-item .product-item-info:hover .product.photo.product-item-photo {
    border: 0 solid #fff;
    transition: all .2s cubic-bezier(.41, .094, .54, .07) 0s;
}

html body.page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    top: 10px;
    right: 0;
}

html body .column.main .products-grid .product-item .product-item-info .product_image,
.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
    border: 0 solid transparent;
    transition: all .5s .2s ease-in-out;
    background: #fff;
}

html body .toggle.toggle-bg .togglet:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    transition: all .4s;
    font-size: 15px;
    content: '\e622';
    font-family: luma-icons;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    color: #c1c1c2;
}

ul.weltpixel_multistore li, ul.weltpixel_multistore li a {
    padding-left: 3px;
}

html body .toggle.toggle-bg .togglet.toggleta:after {
    transition: all .4s;
    transform: rotate(180deg) translateY(50%);
    color: #fb5808;
}

.actions.dropdown.options.switcher-options.active .dropdown.switcher-dropdown {
    display: block;
}

.link-cgv {
    border: 1px solid #f7f7f7;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.link-cgv a {
    color: #1366BB;
}

.actions.dropdown.options.switcher-options .dropdown.switcher-dropdown {
    display: none;
}

html body .toggle.toggle-bg .togglec {
    padding: 15px 18px 20px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
}

html body .toggle.toggle-bg .togglec a {
    color: #fa5807;
}

html body .toggle.toggle-bg .togglec a:hover {
    color: #1366bb;
}

body.page-layout-1column .product-info-main .product.attribute.overview,
.theme-pearl .product-info-main .product.attribute.overview {
    float: left;
    font-size: 15px;
    text-align: justify;
}

.product.attribute.description {
    font-size: 16px;
}

html body.page-layout-1column.page-with-filter .column.main {
    padding-top: 13px;
}

.filter-title strong {
    top: -14px;
}

.other-cara-product a {
    background: #fff;
    color: #000;
    padding: 12px;
    margin-left: 15px;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    transition: all .2s ease-in-out;
}

.other-cara-product a:hover {
    color: #ff5600 !important;
    background: #fff;
    transition: all .2s ease-in-out;
    border: 1px solid #000;
}

.other-cara-product {
    display: none;
}

.assurance-home .col-right p {
    margin-bottom: 3px;
    color: #353f60;
    font-size: 8px;
    letter-spacing: 0;
}

.col-livraison img {
    margin-right: 9px;
}

.assu-dhl {
    margin-bottom: 5px;
}

.assu-fedex {
    margin-bottom: -4px;
}

.assurance-home .col-right {
    width: 61%;
    float: right;
    margin-top: 0;
}

.paypal-review .block .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^=sales-guest-] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
    color: #1366bb;
}

.container-404 .custom-slider .content-heading h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #353f60;
    position: relative;
    font-weight: 100;
}

.container-404 .custom-slider .owl-nav {
    display: none;
}

.second-col.gray-border.demande-devis-home .col-right {
    position: relative;
    top: 15px;
}

.assurance-home .col-right a {
    color: #fb5808;
    text-decoration: underline;
}

.checkout-cart-index .assurance-home.assurance2 .col-right.col-paiement img, .catalog-product-view .assurance-home.assurance2 .col-right.col-paiement img {
    margin-right: 50px;
}

.col-paiement img {
    margin-right: 23px;
    position: relative;
}

.col-paiement img.assu-sepa {
    bottom: 7px;
}

html body .assurance-home h3:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 10px;
    width: 30px;
    height: 3px;
    background-color: #fb5808;
    -webkit-transition: width .4s;
    transition: width .4s;
}

.assu-paypal {
    bottom: 9px;
}

.assu-dinners {
    left: 8px;
    bottom: 7px;
}

.assu-apple {
    left: 3px;
    bottom: 14px;
}

section.product-top {
    width: calc(50% - 25px);
    margin: 0;
}

.togglec .gras {
    color: #3d5a90;
    font-weight: 800;
}

ul.weltpixel_multistore {
    font-size: initial;
}

.section-wrapper-container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    line-height: 1.2;
}

.category-home.format-livre .content .cornered a:before {
    content: "\e900";
    margin-right: .4em;
    font-family: safetygasicons;
    font-size: 12px;
    color: #fb5808;
}

.category-home.format-livre .content .cornered a:hover {
    color: #fa6a19;
}

.category-home.format-livre .content .cornered a span {
    position: relative;
    left: 0;
    -webkit-transition: left .2s;
    transition: left .2s;
}

.category-home.format-livre .content .cornered a:hover span {
    left: 10px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

#pre-div .loader-load {
    text-align: center;
    padding-top: 192px;
}

#pre-div .loader-load img {
    height: 50px;
}

.overlay-load {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    z-index: 1555;
    text-align: center;
}

.overlay-load img {
    top: 50%;
    position: relative;
}

li.megamenu span {
    font-size: 15px;
    letter-spacing: 0;
}

.navigation .level0 > .level-top {
    line-height: 37px!important;
}

li.megamenu a.level-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 25px;
}

li.megamenu.level0 a .last {
    color: #2a659f;
}

li.megamenu a.level-top span:hover:before {
    width: 100%;
    -webkit-transition: width .4s;
    transition: width .4s;
    background-color: #fb5808;
}

li.megamenu a.level-top.ui-state-active span:before {
    width: 100%;
    -webkit-transition: width .4s;
    transition: width .4s;
    background-color: #fb5808;
}

li.megamenu a.level-top.ui-state-focus span:before {
    width: 100%;
    -webkit-transition: width .4s;
    transition: width .4s;
    background-color: #fb5808
}

body.page-layout-1column .page-wrapper .page-header .logo img
body.page-layout-1column .page-wrapper .page-header.sticky-header .logo img,
html body.theme-pearl .page-wrapper .page-header.sticky-header .logo img {
    width: auto !important;
    height: 42px !important;
}

li.megamenu a.level-top span:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #2a659f;
    -webkit-transition: width .4s;
    transition: width .4s;
}

li.megamenu a.level-top em {
    font-style: initial;
    font-weight: 400!important;
}

html body .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none;
}

.navigation .megamenu.nav-3.last .columns-group.starter.ui-menu {
    display: none !important;
}

.navigation .megamenu.nav-3.last .columns-group.columns-group-block.right-group {
    width: 100% !important;
    padding: 0 !important;
}

.megamenu.nav-3.last .submenu-child.right-block-child div p {
    text-transform: none;
    color: #000;
    text-align: justify;
    line-height: 16px;
    font-size: 13px;
    padding-bottom: 15px;
}

.navigation .megamenu.level-top-fullwidth.nav-3.last .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group.last-cm {
    padding-left: 0;
    padding-top: 0 !important;
}

.navigation .megamenu.nav-3.last .columns-group.columns-group-block.right-group li {
    padding-left: 0;
    padding-top: 0;
}

.navigation .megamenu.level-top-fullwidth.nav-3 .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .right-block {
    margin-bottom: 25px;
}

.navigation .megamenu.level-top-fullwidth.nav-3 .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group {
    padding-bottom: 0;
}

.navigation .megamenu.nav-3.last .columns-group.middle-cm li {
    padding-left: 7px !important;
}

.navigation .megamenu.level-top-fullwidth.nav-3.last .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group > li.submenu-child.right-block-child.ui-menu-item {
    padding-bottom: 0 !important;
}

.navigation .megamenu.level-top-fullwidth.nav-3.last .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group > li:not(.parent):last-child {
    padding-bottom: 5px !important;
}

.navigation .megamenu.level-top-fullwidth.nav-3.last .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group.cms-mmenu {
    width: 25%;
}

.navigation .megamenu.level-top-fullwidth .submenu .level1.ui-menu-item.title-mmenu-info {
    margin-bottom: 10px;
    position: relative;
    margin-top: 5px;
}

.navigation .megamenu.level-top-fullwidth.nav-3.last .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group {
    padding-left: 38px;
}

body.page-layout-1column .nav-sections .navigation .megamenu.level-top-fullwidth.nav-3.last .submenu .columns-group li a,
.theme-pearl .nav-sections .navigation .megamenu.level-top-fullwidth.nav-3.last .submenu .columns-group li a {
    padding-bottom: 5px;
}

.navigation .megamenu.level-top-fullwidth.nav-3.last .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group .middle-cm.cms-mmenu {
    padding-left: 32px;
}

.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group .megamenu.level1.ui-menu-item.title-mmenu-info span {
    color: #2a659f;
    font-size: 16px !important;
}

.navigation .megamenu.level-top-fullwidth .level0.fullwidth {
    position: absolute;
    left: 0 !important;
    width: 100%;
    top: 38px !important;
}

body.page-layout-1column.catalog-product-view.page-layout-1column .product.media,
.theme-pearl.catalog-product-view.page-layout-1column .product.media {
    width: 33%;
    margin-right: 3%;
}

.navigation .megamenu.level-top-fullwidth .submenu .level1.ui-menu-item.title-mmenu-info:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #2a659f;
    -webkit-transition: width .4s;
    transition: width .4s;
}

.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group.middle-cm .megamenu.level1.ui-menu-item.title-mmenu-info:before {
    left: 7px;
}

body .header.content .nav-sections .level0.level-top,
body .page-header-v1.sticky-header .header.content .nav-sections .level0.level-top {
    padding-bottom: 0;
    margin-right: 70px;
}

.fotorama__stage {
    border: 1px solid #e0e0e0;
}

.product-top .content {
    height: 265px;
}

:root body.theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections {
    width: 100%;
    position: absolute;
    left: 0 !important;
}

html body .header.links {
    display: none !important;
}

section.product-top .content .cornered {
    width: 45%;
    float: left;
    height: 265px;
    padding-top: 19px;
    padding-left: 30px;
    padding-right: 15px;
    background: #fff;
    position: relative;
    border: 1px solid #e0e0e0;
    border-left: 0;
}

section.product-top .content .cornered h2 {
    color: #3d5c8e;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 19px;
}

section.product-top .content .cornered p {
    color: #000;
    font-size: 14px;
    line-height: 1.3;
}

section.product-top .content .cornered a {
    color: #fff;
    background-color: #fb5808;
    width: 77%;
    display: block;
    text-align: center;
    padding: 11px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    bottom: 20px;
    border-radius: 3px;
}

section.product-top .content .cornered a:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    vertical-align: top;
    width: 15px;
    color: #d14805;
    box-shadow: 1px -2px 3px #cc430066;
    left: 2px;
    transform: rotate(45deg);
    float: left;
    position: absolute;
    margin-right: 0;
    top: 12px;
    transition: all .2s;
}

section.product-top .content:hover .cornered a:before {
    box-shadow: 1px -2px 3px #09498cb3;
    color: #0857a7;
    transition: all .2s;
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    display: block !important;
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    display: block !important;
}

.contact-header {
    float: right;
}

ul.weltpixel_multistore li, ul.weltpixel_multistore li a {
    font-size: 12px;
    color: #4f4f4f;
}

ul.weltpixel_multistore li:first-child {
    border-right: 1px solid #4f4f4f;
    padding-right: 5px;
}

html body .page-wrapper .page-header #switcher-language ul li a, .page-wrapper .page-header #switcher-currency ul li a {
    color: #4f4f4f !important;
}

ul.weltpixel_multistore li.active {
    font-weight: 800;
}

.contact-header span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 100;
    color: #4f4f4f;
}

html body .miniquote-wrapper .action.showquote:before {
    background: url(../../images/quote.svg) center center no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    top: 0;
    position: absolute;
    right: 12px;
}

#movetoquote {
    display: none !important;
}

#movetoquote.hide-quote {
    display: none !important;
}

#movetoquote.show-quote {
    display: inline-block !important;
}

html body .miniquote-wrapper .action.showquote.active:before, .miniquote-wrapper .action.showquote:hover:before {
    background: url(../../images/quote.svg) center center no-repeat !important;
    background-size: 20px !important;
    position: absolute;
}

.page-header .minicart-wrapper .action.showcart:before, .page-header .minicart-wrapper .action.showcart.active:before {
    content: "" !important;
}

html body .hide-jquery {
    display: none !important;
}

.page-header .minicart-wrapper {
    z-index: 10;
    top: 13px;
}

/****TODO*****/
#html-body.theme-pearl .page-wrapper .page-header-v1 .header.content .minicart-wrapper {
    order: unset;
    float: right;
}


html body .miniquote-wrapper .action.showquote {
    margin-top: 0;
}

.minicart-wrapper.quickcart-wrapper.minicart-weltpixel .action.showcart {
    height: 20px;
    background: url(../../images/minicart.svg) center center no-repeat;
    background-size: 20px;
    width: 20px;
}

body.page-layout-1column .page-wrapper .page-header .logo,
:root .theme-pearl .page-wrapper .page-header .logo {
    margin-bottom: 10px;
    z-index: 10 !important;
}

.bloc3 .field.newsletter div.mage-error[generated] {
    margin-top: 0;
}

.page-wrapper .page-header {
    background: #f5f5f5;
    transition: all .2s;
}

.contact-header span.tel {
    color: #2a659f;
    padding-right: 15px;
    font-family: Safetygas, Sans-Serif;
}

.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group {
    padding-left: 32px;
}

.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group span {
    font-size: 16px !important;
    color: #000;
}

body.page-layout-1column .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:not(.right-group):not(.bottom-group):not(.left-group):not(.top-group),
.theme-pearl .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:not(.right-group):not(.bottom-group):not(.left-group):not(.top-group) {
    padding-top: 30px;
}

.columns-group.columns-group-block.bottom-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
    background: #3e5c8e;
    width: 100%;
    color: #fff;
    font-size: 13px;
}

.submenu-child.right-block-child div p {
    text-transform: none;
    color: #000;
    text-align: justify;
    line-height: 16px;
    font-size: 13px;
    padding-bottom: 15px;
}

.menu-block.right-block.block-container strong {
    text-transform: initial;
}

body.page-layout-1column .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group li a, body.page-layout-1column .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group li .level1.submenu > li, body.page-layout-1column .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group li .level1.submenu > li a:hover,
.theme-pearl .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group li a, .theme-pearl .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group li .level1.submenu > li, .theme-pearl .nav-sections .navigation .megamenu.level-top-fullwidth .submenu .columns-group li .level1.submenu > li a:hover {
    color: #fb5808;
    text-shadow: none !important;
    padding: 6px 0;
}

.columns-group.columns-group-block.bottom-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
    position: absolute;
    bottom: 0;
    left: 0;
}

.small-assu {
    margin-top: 10px;
}

.menu-block.right-block.block-container strong {
    color: #000;
}

.menu-block.right-block.block-container strong:hover {
    color: #fb5808;
}

.columns-group.columns-group-block.bottom-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded li {
    padding-bottom: 5px !important;
}

.ecp-button.left:hover {
    opacity: .8;
}

.ecp-button.left {
    bottom: 50%;
    border-radius: 0 0 5px 5px;
    background-color: #fb5808;
    cursor: pointer;
    transform: rotate(270deg);
    position: fixed;
    z-index: 18;
    display: block;
    min-width: 150px;
    max-width: 250px;
    text-align: center;
    left: -55px;
}

.ecp-button.left a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
}

.columns-group.columns-group-block.bottom-group.inner.ui-menu.ui-widget.ui-widget-content.expanded li .menu-block.bottom-block.block-container div {
    text-align: right;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.columns-group.columns-group-block.bottom-group.inner.ui-menu.ui-widget.ui-widget-content.expanded li .menu-block.bottom-block.block-container div.content-cat-bottom img {
    margin-right: 5px;
    margin-bottom: -5px;
}

.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group span:hover {
    color: #fb5808;
}

ul.columns-group.columns-group-block.right-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
    padding-top: 0;;
}

.contact-header span {
    font-family: Safetygas, Sans-Serif;
    font-weight: 300;
}

.contact-header img {
    vertical-align: middle;
}

/*TODO*/

#html-body.theme-pearl .page-wrapper .page-header-v1 .header.content .block-search {
    padding-left: 15px;
    float: right;
}

.header.content .block-search,
.block.block-search.search-visible-md.minisearch-v2 {
    width: 20px;
    height: 20px;
    margin-right: 18px;
    z-index: 10;
    top: 13px;
    margin-left: 0;
}

.block.block-search.search-visible-md.minisearch-v2 .open-modal-search.icon-search3 {
    height: 20px;
    background: url(../../images/search.svg) center center no-repeat;
    background-size: 20px;
    width: 20px;
    cursor: pointer;
    display: block;
}

.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .right-block {
    padding: 0 !important;
    height: 300px;
}

.img-mmenu {
    width: 200px;
    height: 200px;
    opacity: 0.9;
    transition: 0.3s;
    float: right;
}

.fullwidth-wrapper:hover .img-mmenu {
    opacity: 0.7;
    transition: 0.6s 0.2s;
}

.megamenu.nav-3.last .img-mmenu {
    opacity: 0.7;
    filter: grayscale(50%);
    width: 170px;
    height: 170px;
    margin-top: 15px;
    margin-right: 25px;
}

.megamenu.nav-3.last .fullwidth-wrapper:hover .img-mmenu {
    filter: grayscale(0%);
    opacity: 1;
}

.page-header.sticky-header .page-header.header-open-mmenu {
    background-color: #f5f5f5 !important;
    transition: 0.5s ease-in-out;
}


.navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .left-block {
    font-size: 0;
    color: transparent;
}

.footer-links.footer-links-desktop a {
    padding-left: 5px;
    padding-right: 5px
}

html body .miniquote-wrapper .action.showquote {
    position: relative;
    z-index: 100;
}

.miniquote-wrapper.opacity-quote {
    opacity: 1;
}

.miniquote-wrapper {
    opacity: 0;
}

.page-header.page-header-v1 {
    position: fixed;
    width: 100%;
    top: 0;
}

html body .miniquote-wrapper .action.showquote .counter.qty.empty {
    background-color: #f2f2f2;
    border: 0;
    opacity: .8;
    border-radius: 15px;
    color: #fa6a19;
    height: 20px;
    width: 20px;
    line-height: 20px;
    position: absolute;
    bottom: -5px;
    right: -10px;
}

html body .page-header .header .minicart-wrapper * {
    text-transform: initial;
}

.quickcart-bottom-container .actions.action-checkout {
    display: none;
}

.actions.action-viewcart.bottom-aligned .action.viewcart {
    background: #2a659f;
    color: #fff !important;
    width: 300px;
    display: block;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

body.page-layout-1column.customer-account-login .action.create.primary,
.theme-pearl.customer-account-login .action.create.primary {
    background-color: #2a659f;
    border: 1px solid #2a659f;
}

.actions-toolbar.review-form-actions.ticket-success-form-actions .action.submit {
    background-color: #2a659f;
    border: 1px solid #2a659f;
}

.quotation-quote-index .action.action-show-popup {
    background-color: #2a659f !important;
    border: 1px solid #2a659f !important;
}

.page-footer .footer.content .footer-v1-content .footer.links-v1 .nav.item a:hover {
    color: #fb5808;
}

.footer-websites p a:hover {
    color: #fb5808 !important;
}

.actions.action-viewcart.bottom-aligned .action.viewcart:hover {
    opacity: .8;
    color: #fff !important;
}

.footer-links.footer-links-desktop a:hover {
    color: #fb5808 !important;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper {
    line-height: 15px;
}

html body .page-header .compare.wrapper,
html body .page-header .switcher-language,
html body .page-header.sticky-header .compare.wrapper, html body .page-header.sticky-header .switcher-language {
    display: block !important;
}

.checkout-index-index .modal-footer .action.secondary.action-hide-popup {
    margin-top: 0;
    height: 34px;
    line-height: 19px;
    background: #fff !important;
    border: 1px solid #000 !important;
}

.checkout-index-index .modal-footer .action.secondary.action-hide-popup span {
    color: #000 !important;
}

.checkout-index-index .checkout-billing-address fieldset {
    margin-top: 50px;
}

.checkout-billing-address .actions-toolbar .action.action-cancel {
    display: none;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container {
    margin-bottom: 40px;
}

.account h1.page-title {
    color: #1366bb;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.account #maincontent {
    margin-top: 30px;
}

.ambrand-index-index .product.photo.product-item-photo {
    background: white !important;
}

html body.theme-pearl.ambrand-index-index .page-wrapper button.action.primary:hover {
    background-color: #fff !important;
    border-color: #2a659f !important;
    color: #2a659f !important;
}

.amshopby-descr h2 {
    color: #1366bb;
}

body.theme-pearl.checkout-cart-index.store-view-en .modals-wrapper .modal-popup.confirm .modal-footer button span {
    color: #000 !important;
}

html body .block.block-order-details-view {
    background: 0 0;
}

html body .block-collapsible-nav .item.current a, html body .block-collapsible-nav .item.current > strong {
    color: #1366bb;
    border-color: #ff5501;

}

.account .block-title strong {
    color: #000;
}

html body.account.theme-pearl a.action {
    color: #1366bb !important;
}

.checkout-index-index .action.primary.checkout {
    background: #fa6a19 !important;
    border: 1px solid #fa6a19 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.1px;
}

.checkout-index-index .actions-toolbar .action.action-update {
    background: 0 0 !important;
}

.store-view-en .breadcrumbs {
    margin-top: 15px;
}

.checkout-index-index .actions-toolbar .action.action-update span {
    color: #000 !important;
}

.action.primary {
    font-family: safetygas, Sans-Serif !important;
}

.checkout-onepage-success .action.primary.continue {
    background: 0 0 !important;
}

.checkout-index-index .miniquote-wrapper {
    display: none;
}

.checkout-onepage-success .action.primary.continue span {
    color: #000 !important;
}

.checkout-onepage-success .thankyou-wrapper .thank-you-page h1 {
    color: #1366bb;
}

.theme-pearl button.action.action-cancel {
    background: 0 0 !important;
}

.theme-pearl button.action.action-cancel:hover span {
    color: #000 !important;
}

html body .page-header,
html body .page-header.sticky-header {
    box-shadow: none;
    background-color: #f5f5f5 !important;
}

html body .minicart-wrapper .action.showcart .counter.qty {
    background-color: #f2f2f2;
    border: 0;
    opacity: .8;
    border-radius: 15px;
    color: #fa6a19;
    margin-top: 11px !important;
    margin-left: 12px !important;
}

html body .minicart-wrapper .action.showcart .counter.qty .counter-number {
    color: #fa6a19;
    font-weight: 800;
}

.account-header img {
    width: 20px;
    height: 20px;
    top: 13px;
}

.account-header {
    float: right;
    margin-left: 13px;
    z-index: 10;
    position: relative;
    top: 13px;
}

.page-header-v1 .open-modal-search:before, .page-header-v2 .open-modal-search:before, .page-header-v3 .open-modal-search:before, .page-header-v4 .open-modal-search:before {
    display: none;
}

.checkout-index-index .panel.wrapper {
    display: none !important;
}

.category-home.format-livre {
    float: left;
    height: 250px;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

.category-home.quart {
    width: 23%;
    margin-left: 10px;
    margin-right: 10px;
}

.am-widget-brand-slider {
    max-width: 100%;
    margin: auto;
}

.am-widget-brand-slider .amslider-header-container {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    letter-spacing: 0;
    position: relative;
    max-width: 1150px;
    margin: auto;
    height: 35px;
    line-height: 35px;
    background: #fff;
}

html body #block-discount-heading, #block-giftcard-heading, html body .gift-item-block .title {
    font-size: 1.4rem;
}

body.page-layout-1column .cart-discount .block.discount .content .fieldset .primary button span,
body.page-layout-1column .cart-discount .block.giftcard .content .fieldset .primary button span,
html .theme-pearl.store-view-fr .cart-discount .block.discount .content .fieldset .primary button span, html .theme-pearl.store-view-fr .cart-discount .block.giftcard .content .fieldset .primary button span {
    font-size: 15px;
    font-family: safetygas, Sans-Serif;
}

html .theme-pearl.store-view-en .cart-discount .block.discount .content .fieldset .primary button span, html .theme-pearl.store-view-en .cart-discount .block.giftcard .content .fieldset .primary button span {
    font-size: 15px;
    font-family: safetygas, Sans-Serif;
}

.modal-content .block-content .action.action-register.primary span {
    color: #fff !important;
}

.checkout-cart-index #maincontent {
    margin-top: 10px;
}

.am-widget-brand-slider .amslider-header-container:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #1366bb;
}

html body .checkout-agreements button span {
    color: black !important;
}

html body .page-wrapper .page-footer .footer.content .pre-footer {
    background: #f5f5f5;
}

html body .page-wrapper .page-footer .footer.content .pre-footer-content {
    padding-bottom: 0 !important;
    padding-top: 10px !important
}

html body .page-wrapper .page-footer .amslider .slide {
    margin-top: 25px;
    margin-bottom: 10px;
}

.section-root.section-wrapper .section-wrapper-container .product-top .cornered a {
    transition: all .2s ease-in-out;
}

.category-home.format-slide .blue-button:hover {
    transition: all .2s ease-in-out;
    background: #fb5808;
    color: white;
}

.category-home.format-slide .blue-button:hover:before {
    color: #d14805;
    box-shadow: 1px -2px 3px #cc430066;
}

.items.am-filter-items-attr_gaz_selection .item a:before {
    display: none;
}

.category-home.format-slide .blue-button {
    transition: all .2s ease-in-out;
}

.services-home-global .services-home .content:hover .cornered a {
    background-color: #1366bb;
    transition: all .2s ease-in-out;
}

.services-home-global .services-home .content .cornered a {
    transition: all .2s ease-in-out;
}

.ambrands-slider.amslider {
    background-color: rgba(224, 224, 224, .55);
    margin-top: 8px;
}

.category-home.format-livre .content {
    height: 250px;
}

.category-home.format-livre .content img {
    width: 50%;
    max-height: 250px;
    float: left;
    object-fit: cover;
    height: 250px;
}

.category-home.format-livre .content .cornered {
    width: 50%;
    float: left;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-left: 0;
    height: 100%;
    padding: 30px;
}

.category-home.tier {
    width: 31.333%;
    margin-left: 10px;
    margin-right: 10px;
}

.category-home.demi {
    width: 48%;
    margin-left: 10px;
    margin-right: 10px;
}

.category-home.format-livre .content .cornered h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #0d62be;
    font-weight: 400;
    letter-spacing: 0;
}

.title-img-accordian {
    position: absolute;
    top: 10px;
    left: 0;
}

.catalog-product-view .toggle.toggle-bg {
    width: 64%;
    float: right;
    margin: 0;
}

#product-addtocart-button-custom {
    height: 65px;
    width: 270px !important;
    background-color: #fb5808;
    border-color: #fb5808;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#product-addtocart-button-custom:hover {
    background-color: #3e5c8e;
    border-color: #3e5c8e;
    color: #fff !important;
}

#product-addtocart-button-custom:hover span {
    color: #fff !important;
}

.theme-pearl.store-view-fr .modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-secondary.action-dismiss span {
    color: black !important;
    position: relative;
}


.theme-pearl.store-view-fr .box-tocart .field.qty .control .mage-error:after {
    content: "Le maximum que vous pouvez acheter est de 10000.";
    position: absolute;
    top: 11px;
    font-size: 14px;
    color: #ff0a0a;
    left: 48px;
}

.theme-pearl.store-view-fr .box-tocart .field.qty .control .mage-error {
    color: transparent;
    position: relative;
}

@media only screen and (max-width: 767px) {
    #product-addtocart-button-custom {
        width: 215px !important;
        display: block;
        float: none;
        margin: auto auto 10px;
    }
}

html body.catalog-product-view .toggle.toggle-bg .togglet:after {
    left: auto;
    margin-left: 10px;
}

.tac {
    color: #29659f;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.category-home.format-livre .content .cornered p {
    font-size: 15px;
    color: #000;
    text-align: justify;
}

.category-home.format-slide div p {
    font-size: 15px;
    text-align: justify;
    color: #000;
}

.category-home.format-livre .content .cornered a {
    color: #fb5808;
    font-weight: 800;
}

.category-home.format-slide div.content {
    background-size: cover;
    background-position: center;
    height: 250px;
}

.category-home.format-slide div.content:hover > div {
    transform: none;
    background-color: #fff;
    border: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.95) 48%, rgba(255, 255, 255, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.95) 48%, rgba(255, 255, 255, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.95) 48%, rgba(255, 255, 255, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#f2ffffff', GradientType=0);
}

.category-home.format-slide div.content:hover > div h2 {
    color: #1366bb !important;
    margin-top: 10px;
    font-weight: 400;
}

.category-home.format-slide div.content h2 {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    height: 33px;
    color: inherit !important;
    font-family: inherit;
    margin-bottom: 0;
    transition: inherit;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 0;
}

.first-black {
    color: #333;
}

.category-home.format-slide .blue-button {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: block;
    width: 82%;
    margin: auto;
    border-radius: 3px;
    color: inherit;
    text-align: center;
    transition: background-color .1s linear;
    background: #1366bb;
    text-transform: uppercase;
    padding: 5px .25em;
    font-size: 15px;
}

html body a:hover, html body a:active, html body a:visited {
    transition: all .2s ease-in-out;
}

body.page-layout-1column.checkout-index-index .page-wrapper .page-header. .logo,
body.page-layout-1column.checkout-index-index .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo,
:root .theme-pearl.checkout-index-index .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo {
    top: 0 !important;
}

html body h2 {
    font-family: Safetygas, Sans-Serif;
}

.quotation-success {
    margin-top: 30px;
}

.cart-summary .block .content {
    display: block;
}

html body .search-description span {
    color: #000;
}

.form.create.account.form-create-account {
    margin-top: 20px;
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev, [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    height: 94px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
    top: 0 !important;
    height: 94px !important;
    -webkit-mask-image: url(../../images/left-owl.svg) !important;
    mask-image: url(../../images/left-owl.svg) !important;
    background-color: #bdbdbd !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
    top: 0 !important;
    height: 94px !important;
    -webkit-mask-image: url(../../images/right-owl.svg) !important;
    mask-image: url(../../images/right-owl.svg) !important;
    background-color: #bdbdbd !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    background-image: url(../../images/right-owl.svg) !important;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    background-image: url(../../images/left-owl.svg) !important;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover:before {
    background-color: #fb5808 !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover:before {
    background-color: #fb5808 !important;
}

.product.name.product-item-name a:hover {
    text-decoration: none;
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
    top: 90px;
}

[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    top: 90px;
}

[class*=owl-carousel-products-].owl-theme .owl-dots {
    display: none !important;
}

.owl-item .item.product.product-item strong:hover {
    cursor: pointer;
}

.owl-item .item.product.product-item span img {
    width: 218px;
    height: auto;
    border: 1px solid #e0e0e0;
    max-height: 75%;
    border-radius: 3px;
}

.weltpixel_quickview-catalog_product-view .product-attachment-container .product-attachment {
    display: block;
}

.weltpixel_quickview-catalog_product-view .product-attachment {
    display: none;
}

.owl-item .item.product.product-item .product.details.product-item-details {
    position: relative;
    bottom: 36px;
    left: 11px;
    max-width: 219px;
    margin: auto;
}

.weltpixel_quickview-catalog_product-view .go-to-options {
    display: none;
}

.owl-item .item.product.product-item .product.details.product-item-details .product.name.product-item-name {
    text-align: left;
    height: 60px;
}

.owl-item .product-item .price-box {
    border-top: 1px solid #fa6a19;
    text-align: right;
    color: #2a659f;
    font-weight: 800;
    letter-spacing: .3px;
    padding-top: 7px;
}

.owl-item .product-item .price-box .price {
    font-size: 16px;
    font-weight: 700;
}

.owl-item .product-item .price-box .special-price {
    color: #fa6a19;
}

span.excl-symbole {
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
}

body.page-layout-1column .price-box .old-price .price,
html body.theme-pearl .price-box .old-price .price {
    color: #a9a9a9 !important;
}

body.page-layout-1column.catalog-product-view .product-info-main .product-add-form,
.theme-pearl.catalog-product-view .product-info-main .product-add-form {
    float: none;
    clear: none;
    width: 100%;
}

body.page-layout-1column.catalog-product-view .product-options-wrapper,
.theme-pearl.catalog-product-view .product-options-wrapper {
    clear: both;
}

body.page-layout-1column .page-wrapper,
.theme-pearl .page-wrapper {
    overflow-y: hidden;
}

html body .owl-carousel .owl-stage-outer {
    padding-top: 0;
}

body.page-layout-1column.catalog-product-view.page-layout-1column.weltpixel_quickview-catalog_product-view div.product.media,
.theme-pearl.catalog-product-view.page-layout-1column.weltpixel_quickview-catalog_product-view div.product.media {
    margin-top: 21px;
}

.custom-slider h2.title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #2a659f;
    -webkit-transition: width .4s;
    transition: width .4s;
}

.cms-index-index div.title:before, .cms-homepage-widget .custom-slider h2.title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #2a659f;
    -webkit-transition: width .4s;
    transition: width .4s;
}

.cms-index-index div.title, .cms-homepage-widget .custom-slider div.title {
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #353f60;
    position: relative;
    font-weight: 100;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
}

#pre-div {
    background: #f5f5f5;
}

.cms-index-index div.title.title-cat-home {
    margin-top: 0;
    margin-bottom: 20px;
}

.category-home.format-slide .blue-button {
    transition: all .2s ease-in-out;
}

.category-home.format-slide .blue-button:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 12px;
    vertical-align: top;
    width: 12px;
    color: #0b5199;
    box-shadow: 1px -2px 3px #0e549b80;
    left: 2px;
    transform: rotate(45deg);
    float: left;
    position: absolute;
    margin-right: 0;
    top: 10px;
    transition: all .2s;
}

.services-home-global {
    clear: both;
}

.services-home-global .services-home {
    width: 48%;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}

.services-home-global .services-home h2 {
    color: #1366bb;
    font-size: 20px;
    letter-spacing: 0 !important;
    position: relative;
    font-weight: 100;
}

.services-home-global .services-home h2:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #1366bb;
}

.services-home-global .services-home.format-vertical .cornered {
    background: #333;
    width: 50%;
    float: left;
    height: 281px;
    padding: 40px;
    position: relative;
}

.services-home-global .services-home.format-vertical img {
    height: 281px;
    float: left;
    width: 50%;
    object-fit: cover;
}

.products .list.items.product-items button.action.primary span a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.products .list.items.product-items button.action.primary:hover span a {
    color: #000;
}

#tarteaucitronDisclaimerAlert {
    width: 100%;
}

.content-cat-bottom {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.page-wrapper {
    background: url(../../images/background_safetygas.png) no-repeat;
    background-position-y: 97px;
    background-position-x: 0;
}

.miniquote-wrapper.active .block-miniquote {
    padding-bottom: 0;
}

.cms-index-index #maincontent {
    background: 0 0;
}

section.services-home .content .cornered h3 {
    color: #3d5c8e;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

section.services-home .content .cornered p {
    color: #000;
    font-size: 15px;
    letter-spacing: 0;
}

html .page-products .amslider .category-item-description {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
}

.checkout-cart-index .column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
    border: 0;
}

.checkout-cart-index .owl-item .item.product.product-item span img {
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
    max-height: 80%;
}

.checkout-cart-index .product.actions.product-item-actions {
    display: none;
}

.checkout-cart-index .owl-item span.product-image-container {
    width: 230px !important;
}

.checkout-cart-index .column.main .products-grid .product-item .product-item-info:hover {
    box-shadow: none !important;
    border: 1px solid transparent !important;
}

.block.crosssell {
    max-width: 71%;
}

.block.crosssell .owl-carousel.products.owl-loaded {
    margin-top: 0;
}

.video-prod:hover {
    color: #ff5600;
}

.video-prod img {
    float: left;
    padding-right: 10px;
    width: 33px;
}

html body .nav-sections .navigation {
    background-color: transparent !important;
}

.video-product {
    width: 850px;
    height: 508px;
    margin: auto;
    display: block;
}

.field.choice.admin__field.admin__field-option {
    position: relative;
}

.filter-options-content .items::-webkit-scrollbar {
    width: 2px;
}

.filter-options-content .items::-webkit-scrollbar-track {
    background: #fff;
}

.filter-options-content .items::-webkit-scrollbar-thumb {
    background: #000;
}

.filter-options-content .items::-webkit-scrollbar-thumb:hover {
    background: #000;
}

html .page-products .amslider .category-item-description::-webkit-scrollbar {
    width: 2px;
}

html .page-products .amslider .category-item-description::-webkit-scrollbar-track {
    background: #fff;
}

html .page-products .amslider .category-item-description::-webkit-scrollbar-thumb {
    background: #000;
}

html .page-products .amslider .category-item-description::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.block.crosssell .block-title.title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #1366bb;
}

.block.crosssell .block-title.title {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Safetygas, Sans-Serif;
    letter-spacing: 0;
    color: #353f60;
    position: relative;
    margin-bottom: -30px;
}

.column.main .block.crosssell .products-grid .product-item:hover {
    background: 0 0;
}

.column.main .block.crosssell .products-grid .product-item .product-item-info:hover {
    background: 0 0;
}

body.page-layout-1column .block.crosssell .products.products-grid,
.theme-pearl.page-layout-1column .block.crosssell .products.products-grid {
    padding-top: 0 !important;
}

.checkout-cart-index .products-grid .product-item .product-item-details .price-box {
    text-align: right !important;
}

section.services-home .content .cornered a {
    color: #fff;
    background-color: #fb5808;
    width: 77%;
    display: block;
    text-align: center;
    padding: 11px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    bottom: 20px;
    border-radius: 3px;
}

#block-shipping #block-summary {
    display: block !important;
}

.cart-summary .block > .title:after {
    display: none !important;
}

section.services-home .content .cornered a::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    vertical-align: top;
    width: 15px;
    color: #d14805;
    box-shadow: 1px -2px 3px #cc430066;
    left: 2px;
    transform: rotate(45deg);
    float: left;
    position: absolute;
    margin-right: 0;
    top: 12px;
    transition: all .2s;
}

section.services-home .content:hover .cornered a::before {
    box-shadow: 1px -2px 3px #09498cb3;
    color: #0857a7;
    transition: all .2s;
}

.desc-details {
    display: inline-block;
    color: #fa5807;
    font-family: Safetygas, Sans-Serif;
    text-transform: none;
}

.services-home.format-horizontal .content {
    height: 270px;
    max-height: 270px;
}

.services-home.format-horizontal img {
    height: 190px;
    max-height: 190px;
    width: 100%;
    object-fit: cover;
}

.cms-index-index .owl-carousel .owl-item {
    padding-right: 15px;
}

.services-home.format-horizontal .cornered {
    background: #fff;
    position: relative;
    top: -10px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    padding: 25px 10px 10px 30px;
}

section.services-home.format-horizontal .content .cornered p {
    max-width: 65%;
    height: 60px;
    padding-top: 15px;
}

section.services-home.format-horizontal .content .cornered a {
    width: 30%;
    right: 20px;
}

.section-root.section-wrapper {
    max-width: 1175px;
    background: 0 0;
    margin: auto;
}

.cms-index-index .custom-slider {
    max-width: 1170px;
    background: 0 0;
    margin: auto;
}

body .owl-carousel.owl-loaded {
    background: 0 0;
}

.footer.content .social-icons.youtube img {
    width: 33px;
}

.footer.content .social-icons.youtube img:hover {
    width: 33px;
}

html body.checkout-cart-index .price-box span.AsLowAs {
    font-size: 12px !important;
    white-space: nowrap;
}

body.page-layout-1column.checkout-cart-index .item-info span.price,
.theme-pearl.checkout-cart-index .item-info span.price {
    font-size: 1.8rem;
    line-height: 1;
}

.categories-home-global {
    max-width: 1175px;
    margin: auto;
}

.assurance-home {
    max-width: 1175px;
    background: #fff;
    margin: auto;
}

.services-home-global > div {
    max-width: 1175px;
    margin: auto;
}

html body.account .block-title .action.edit {
    float: right;
    padding-top: 12px;
}

html body.account .block-title.order .action.view {
    float: right;
    padding-top: 12px;
}

html body .review-form .action.submit.primary {
    background: #1366bb !important;
    border: 1px solid #1366bb !important;
}

html body .review-form .action.submit.primary:hover {
    background: #1366bb !important;
}

.services-home-global {
    display: flex;
    margin-bottom: 10px;
    background: 0 0 !important;
}

body.page-layout-1column.cms-index-index .page-main#maincontent,
html .theme-pearl.cms-index-index .page-main#maincontent {
    max-width: 100%;
    padding: 0;
}

html body .menu-block.bottom-block.block-container a {
    color: #fff !important;
    display: inline-block !important;
    padding: 0;
}

html body .menu-block.bottom-block.block-container a:hover {
    background: 0 0 !important;
    text-decoration: underline;
}

.assurance-home .demande-devis-home .col-right p {
    margin-bottom: 0;
    font-size: 15px;
}

.assurance-home .demande-devis-home .col-right p small {
    text-transform: initial;
    font-size: 10px;
}

.assurance-home .col-gazdetect h3 {
    padding-top: 3px;
}

.assurance-home .col-gazdetect .gazdetect-societe {
    font-size: 15px;
    text-transform: initial;
    margin-bottom: -2px;
}

.logo-gazdetect-one {
    font-family: Arial;
    font-size: 22px;
    color: #00066c;
}

.assurance-home .col-right a.go-to-gazdetect {
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

.assurance-home .col-right a.go-to-gazdetect:before {
    content: "\e900";
    margin-right: .4em;
    font-family: safetygasicons;
    font-size: 12px;
    color: #fb5808;
}

.logo-gazdetect-two {
    font-family: Arial;
    font-size: 23px;
    color: #bf002c;
}

.last-blue {
    color: #1366bb;
}

.star {
    color: #fb5808;
}

.options-required-text {
    color: #4f4f4f;
}

.category-item-title h2 {
    text-align: left;
    text-transform: none;
    font-size: 20px;
    font-weight: 300;
    font-family: safetygas;
}

.page-products .amslider .slide .category-item a:nth-child(1) {
    display: inline-block;
}

.weltpixel_quickview-catalog_product-view .desc-details {
    display: none;
}

.cb-paiment {
    top: -5px;
    position: relative;
}

.cart-container .cart-summary .cart.main.actions .action.movetoquote {
    background: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    width: 100%;
    padding: 14px 17px;
    letter-spacing: 1.1px;
    line-height: 22px;
    display: block !important;
}

.checkout-cart-index .messages {
    margin-top: 15px;
}

.cart-container .cart-summary .cart.main.actions .action.movetoquote:hover {
    background: #3e5c8e;
    border: 1px solid #3e5c8e;
}

.cart-container .cart-summary .cart.main.actions .action.movetoquote:hover span {
    color: #fff;
}

.cart-container .cart-summary .items .item .action.primary.checkout {
    background: #fa6a19 !important;
    border: 1px solid #fa6a19 !important;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.cart-container .cart-summary .items .item .action.primary.checkout:hover {
    background: #2a659f !important;
    border: 1px solid #2a659f !important;
}

.cart-container .cart-summary .items .item .action.primary.checkout:hover span {
    color: #fff;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
    background: 0 0;
    border-bottom: 1px solid #ccc;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top span {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.overlay-menu {
    display: none;
    background: #00000094;
    position: fixed;
    right: 0;
    left: 0;
    top: 100px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top .action.close {
    background-image: url(../../images/close.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    right: -17px;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top .action.close span {
    color: #fff !important;
}

.column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
    background: 0 0;
}

.modal-content .block-content .action.action-register.primary span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.modal-content .block-content .action.action-register.primary {
    background-color: #29659f;
    border: 1px solid #29659f;
}

.modal-content .block-content .action.action-register.primary:hover {
    background-color: #fa6a19;
    border: 1px solid #fa6a19;
}

.modal-content .block-content .action.action-register.primary:hover span {
    color: #fff;
}

.modal-content .block-content .action.action-login.secondary {
    background-color: #29659f;
    border: 1px solid #29659f;
}

.modal-content .block-content .action.action-login.secondary:hover {
    background-color: #fa6a19;
    border: 1px solid #fa6a19;
}

.modal-content .block-content .action.action-login.secondary:hover span {
    color: #fff;
}

.footer-v1-content .bloc1 .mini-logo:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #fb5808;
}

.checkout-index-index #switcher-currency {
    top: 4px;
}

.checkout-index-index .contact-header {
    display: none;
}

body.page-layout-1column.checkout-index-index .header.content .minicart-wrapper,
html body.theme-pearl.checkout-index-index .header.content .minicart-wrapper {
    display: block !important;
}

.footer-v1-content .bloc1 .contact-bloc2 a:before {
    content: "\e900";
    margin-right: .4em;
    font-family: safetygasicons;
    font-size: 10px;
    color: #fff;
}

.footer-v1-content .bloc1 .contact-bloc2 a span {
    position: relative;
    left: 0;
    -webkit-transition: left .2s;
    transition: left .2s;
}

.footer-v1-content .bloc1 .contact-bloc2 a:hover span {
    left: 10px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

html body .footer.content .bloc3 .button.btn-inline {
    padding: 0;
    border: 0;
    margin-top: 5px;
}

.footer.content #newsletter::-webkit-input-placeholder {
    font-family: Arial;
    font-size: 11px;
}

.footer-v1-content .bloc1,
.footer-v1-content .bloc2,
.footer-v1-content .bloc3 {
    width: 33.33%;
}

html .catalog-product-view .product-options-wrapper .field .control .options-list .field .label.admin__field-label .o_sku {
    min-width: 120px;
    color: #000;
}

.cart-container .cart-summary .items .item .action.primary.checkout span {
    font-size: 16px;
}

html body.theme-pearl.catalog-category-view .page-wrapper button.action.primary:hover {
    background-color: #fff !important;
    border-color: #2a659f !important;
    color: #2a659f !important;
}

.store-view-en .category-item-title h2 {
    font-size: 18px;
}

html body.theme-pearl.catalogsearch-result-index .page-wrapper button.action.primary:hover {
    background-color: #fff !important;
    border-color: #2a659f !important;
    color: #2a659f !important;
}

.catalog-category-view .column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
    background: #fff;
}

.catalogsearch-result-index .column.main .products-grid .product-item .product-item-info .product.photo.product-item-photo {
    background: #fff;
}

.products .list.items.product-items button.action.primary:hover span a {
    color: #2a659f;
}

.checkout-index-index #checkout-step-shipping .action.action-show-popup {
    background: 0 0 !important;
}

.checkout-index-index .button.action.continue.primary {
    background-color: #2a659f !important;
    border: #2a659f 1px solid !important;
}

.checkout-index-index .button.action.continue.primary span {
    color: #fff !important;
}

.checkout-index-index #checkout-step-shipping .action.action-show-popup span {
    color: #000 !important;
}

.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
    color: #2a659f !important;
}

.fieldset.coupon .actions-toolbar .action.apply.primary {
    background: 0 0 !important;
    height: 32px;
}

.fieldset.coupon .actions-toolbar .action.apply.primary span {
    color: #000 !important;
}

.checkout-index-index .action.primary.checkout:hover span {
    color: #fff !important;
}

.quotation-quote-index #shopping-cart-table .action.clear:hover span {
    color: #000 !important;
}

body.page-layout-1column .block .block-content .products-grid button span, body.page-layout-1column button span,
.theme-pearl.store-view-fr .block .block-content .products-grid button span, .theme-pearl.store-view-fr button span {
    font-family: safetygas, Sans-Serif !important;
}

.theme-pearl.store-view-en .block .block-content .products-grid button span, .theme-pearl.store-view-en button span {
    font-family: safetygas, Sans-Serif !important;
}

html body.catalog-product-view .product-options-wrapper .field .control .options-list .field .label.admin__field-label .o_title {
    max-width: 60%;
}

.cms-index-index .owl-nav {
    display: none;
}

.footer.content #newsletter::-moz-placeholder {
    font-family: Arial;
    font-size: 11px;
}

.footer.content #newsletter:-ms-input-placeholder {
    font-family: Arial;
    font-size: 11px;
}

.footer.content #newsletter:-moz-placeholder {
    font-family: Arial;
    font-size: 11px;
}

.cms-index-index .custom-slider {
    clear: both;
    padding-bottom: 0;
}

html body.cms-index-index .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}

.category-home.format-slide div p strong {
    font-weight: 400;
    color: #fb5808;
}

.footer-links.footer-mobile {
    display: none;
}

.footer-links.footer-links-desktop {
    display: block;
}

.page-wrapper {
    background: #f5f5f5 url(../../images/background_safetygas.png) no-repeat;
    background-position-y: 97px;
    background-position-x: 0;
}

.page-header .page-header,
.page-header.sticky-header .page-header, .page-header.sticky-header-mobile .page-header {
    background-color: #f5f5f5 !important;
    top: 0;
    transition: all .2s .2s;
}

.page-header.sticky-header-mobile .page-header {
    top: 18px;
}

body .page-header .panel.wrapper,
body .page-wrapper .page-header .panel.wrapper,
#html-body .nav-sections .navigation,
#html-body .nav-sections .nav-sections-items,
body .page-header.sticky-header .panel.wrapper, body .page-header.sticky-header-mobile .panel.wrapper, body .page-wrapper .page-header .panel.wrapper, body .page-header.sticky-header .nav-sections .navigation, body .page-header.sticky-header-mobile .nav-sections .navigation, body .page-header.sticky-header .nav-sections .nav-sections-items, body .page-header.sticky-header-mobile, body .nav-sections .nav-sections-items, body .page-header.sticky-header .nav-sections .navigation, body .page-header.sticky-header-mobile .nav-sections .navigation, body .page-header.sticky-header .nav-sections .nav-sections-items, body .page-header.sticky-header-mobile .nav-sections .nav-sections-items {
    background-color: transparent !important;
    height: 30px;
    border: 0;
}

.bg-gray-trans {
    background-color: rgba(228, 228, 228, .38);
}

.gray-border {
    border: 1px solid #e0e0e0;
}

:root body.theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections {
    width: 100%;
    position: absolute;
    left: 0 !important;
    top: 3px;
    margin-top: 0;
}

html body .page-wrapper .header.content,
html body .page-wrapper .page-header-v1 .header.content {
    border-bottom: 1px solid #d4d4d4;
    padding-top: 0;
}

body.page-layout-1column .page-wrapper .page-header .logo img,
body.page-layout-1column .page-wrapper .page-header.sticky-header .logo img,
html body.theme-pearl .page-wrapper .page-header.sticky-header .logo img {
    width: auto !important;
    height: 50px !important;
    top: -6px;
    position: relative;
}

.contact-header {
    float: right;
    display: none;
}

html body .page-header .compare.wrapper,
html body .page-header .switcher-language,
html body .page-header.sticky-header .compare.wrapper,
html body .page-header.sticky-header .switcher-language {
    display: block !important;
    float: right;
    margin-right: 33px;
}

html body .page-header .panel.header {
    padding: 5px 35px 0;
    float: none !important;
    position: relative;
}

.navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper {
    background-image: url(../../images/background_safetygas.png);
    background-color: #f5f5f5 !important;
    background-position: left bottom;
    background-size: 74%;
}

.mmenu-fixed {
    position: fixed !important;
    left: 0 !important;

}

.navigation .megamenu.level-top-fullwidth.nav-3 .level0.submenu.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group-block .right-block {
    margin-bottom: 0;
    height: 305px;
}

body.page-layout-1column .page-main,
html body.theme-pearl .page-main {
    top: 75px;
    position: relative;
}

html body.theme-pearl.weltpixel_quickview-catalog_product-view .page-main {
    top: 0;
}

.section-root.section-wrapper {
    max-width: 100%;
    margin: auto;
    padding: 40px 0;
}

.section-wrapper-container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    line-height: 1.2;
    max-width: 1175px;
    margin: auto;
}

section.product-top {
    width: calc(50% - 25px);
    margin: 0;
    user-select: none;
    background-color: #fff;
    overflow: hidden;
    height: 320px;
    transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    border-image: initial;
}

section.product-top:hover {
    transform: translate3d(0px, -5px, 0px);
    box-shadow: rgba(0, 0, 0, .07) 1px 2px 15px;
}

section.product-top .content .cornered p {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5;
}

section.product-top:hover .content img {
    transition: all .7s;
    transform: scale(1.1);
    box-sizing: border-box;
    margin: 0;
    position: relative;
    object-fit: cover;
    padding: 0 0 0 1px;
}

section.product-top .content img {
    object-fit: cover;
    height: 330px;
    border-radius: 5px 0 0 -11px;
    transition: all .5s;
    transform: scale(1.01);
    box-sizing: border-box;
}

section.product-top .content span {
    overflow: hidden;
    height: 320px;
    width: 55%;
    display: inline-block;
    float: left;
}

.product-top .content {
    height: 320px;
}

section.product-top .content .cornered h3 {
    color: #3d5c8e;
    font-size: 1.55rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 19px;
    line-height: 1.2;
}

section.product-top .content .cornered {
    width: 45%;
    float: left;
    height: 320px;
    padding-top: 19px;
    padding-left: 30px;
    padding-right: 15px;
    background: #fff;
    position: relative;
    border: 0;
}

.category-home.format-livre {
    float: left;
    height: 250px;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
    user-select: none;
    box-shadow: rgba(0, 0, 0, .05) 1px 2px 4px;
    background-color: #fff;
    overflow: hidden;
    border-width: 0;
    border-style: solid;
    border-color: #e0e0e0;
    border-image: initial;
    transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
}

.category-home.format-livre .content .cornered {
    width: 50%;
    float: left;
    background: #fff;
    border-left: 0;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.category-home.format-livre .content img {
    width: 50%;
    max-height: 250px;
    float: left;
    object-fit: cover;
    height: 250px;
    transition: all .5s;
    transform: scale(1.01);
    box-sizing: border-box;
    overflow: hidden;
    max-width: 281px;
}

.category-home.format-livre:hover .content img {
    transition: all .7s;
    transform: scale(1.1);
    box-sizing: border-box;
    margin: 0;
    position: relative;
    object-fit: cover;
    padding: 0 0 0 1px;
    max-width: 281px;
    overflow: hidden;
}

.category-home.format-slide {
    float: left;
    height: 250px;
    color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
    border: 1px solid transparent;
    user-select: none;
    box-shadow: rgba(0, 0, 0, .05) 1px 2px 4px;
}

.category-home.format-slide:hover {
    border: 1px solid #e0e0e0;
}

.category-home.format-slide div.content > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(calc(100% - 60px));
    transition: .334s ease-in-out;
    background-color: rgba(0, 0, 0, .54);
    padding: 0 20px 10px;
    border: 0;
}

.category-home.format-slide div.content.hover > div h2 {
    color: #1366bb !important;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
}

.category-home.format-slide div.content h2 {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    height: 60px;
    color: inherit !important;
    font-family: inherit;
    margin-bottom: 0;
    transition: none;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 0;
}

body.cms-index-index h2 {
    text-transform: none;
}

#miniquote-content-wrapper .block-content .actions #top-quote-btn-checkout {
    display: none;
}

.services-home.format-horizontal .content {
    height: 310px;
    max-height: 310px;
    user-select: none;
    background-color: #fff;
    transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    border-image: initial;
}

.services-home.format-horizontal .content:hover {
    transform: translate3d(0px, -5px, 0px);
    box-shadow: rgba(0, 0, 0, .07) 1px 2px 15px;
}

.services-home.format-horizontal:hover img {
    transition: all .7s;
    transform: scale(1.1);
    box-sizing: border-box;
    margin: 0;
    position: relative;
    object-fit: cover;
    padding: 0 0 0 1px;
}

.services-home.format-horizontal img {
    height: 190px;
    max-height: 190px;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
    transform: scale(1.01);
    box-sizing: border-box;
}

.services-home.format-horizontal .cornered {
    background: #fff;
    position: relative;
    border: 0;
    padding: 25px 10px 10px 30px;
}

.first-col {
    width: 48%;
    float: left;
    margin-right: 20px;
    padding: 10px;
    height: 122px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: 0;
    margin-left: 10px;
    box-shadow: 0 3px 3px rgba(204, 204, 204, 0.28);
    background-color: #fff;
    overflow: hidden;
    transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
    border-image: initial;
    position: relative;
}

.second-col {
    width: 48%;
    float: left;
    margin-right: 0;
    padding: 10px;
    height: 122px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: 0;
    box-shadow: 0 3px 3px rgba(204, 204, 204, 0.28);
    background-color: #fff;
    overflow: hidden;
    border-image: initial;
    transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
    position: relative;
}

section.assurance-home.assurance2.assurance-livraison > div.second-col:before {
    left: 72px;
}

section.assurance-home.assurance2.assurance-livraison .col-right {
    width: 67%;
}

#paiement-prod > div:nth-child(4) > img:nth-child(1) {
    top: 2px;
}

#paiement-prod .col-right.col-paiement {
    position: relative;
    top: -5px;
}

.page-products .amslider .slide .category-item {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    border-image: initial;
}

.page-products .amslider .slide .category-item:hover {
    transform: translate3d(0px, -5px, 0px);
    box-shadow: rgba(0, 0, 0, .07) 1px 2px 15px;
    border-color: #e5e5e5;
}

.page-products .amslider .slide .category-item.category-item-label img {
    margin-bottom: 0;
    border-bottom: 2px solid #fb5808;
    transition: all .5s;
    transform: scale(1.01);
    box-sizing: border-box;
}

.page-products .amslider .slide .category-item.category-item-label:hover img {
    transition: all .7s;
    transform: scale(1.1) translate3d(0px, -5px, 0px);
    box-sizing: border-box;
}

.container {
    margin: auto !important;
}

html body.catalog-product-view .box-tocart .fieldset .actions #product-addtocart-button {
    width: 215px !important;
    margin-left: 0;
}

body.page-layout-1column.catalog-product-view div.box-tocart .field.qty,
.theme-pearl.catalog-product-view div.box-tocart .field.qty {
    margin: 0;
    height: 65px;
    width: 71px;
    white-space: nowrap;
}

body.catalog-product-view .box-tocart .cart-quote-infos, body.catalog-product-view .box-tocart .fieldset {
    width: 100%;
    height: auto;
    position: relative;
    top: 15px;
    display: block;
}

html body.catalog-product-view .box-tocart .fieldset .actions #product-addtocart-button {
    width: 270px !important;
    margin-left: 0
}

html .theme-pearl.account .modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-secondary.action-dismiss span:after {
    color: #2a659f !important;
}

body.catalog-product-view div.box-tocart .fieldset div.actions {
    width: auto;
    margin-top: 0;
    float: right;
}

@media (min-width: 768px) {
    body.page-layout-1column.page-products .page-title-wrapper,
    .theme-pearl.store-view-en.page-products .page-title-wrapper {
        max-width: 1200px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 769px) {
    .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper {
        min-height: 370px;
    }

    body.page-layout-1column .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:first-child,
    .theme-pearl .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:first-child {
        width: 20% !important;
    }

    body .navigation > ul {
        padding: 0 8px;
        margin: 0 auto;
        display: table;
        padding-left: 70px !important;
    }

    html body .page-wrapper .header.content,
    html body .page-wrapper .page-header-v1 .header.content {
        border-bottom: 1px solid #d4d4d4;
        height: 45px;
    }

    :root body.theme-pearl.checkout-index-index.ValidateQuote .page-header.sticky-header .header.content {
        min-height: 105px;
    }

    .page-wrapper .nav-sections,
    body.page-layout-1column .page-wrapper .page-header .sections.nav-sections,
    .page-wrapper .page-header.sections.nav-sections,
    body.page-layout-1column .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections,
    :root body.theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections {
        width: 100%;
        position: absolute;
        left: 0 !important;
        top: 3px;
        margin-top: 0;
    }

    body.page-layout-1column .page-wrapper .page-header .sections.nav-sections,
    body.page-layout-1column .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections,
    :root body.theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections {
        width: 100%;
        position: absolute;
        left: 0 !important;
    }

}

@media only screen and (max-width: 440px) {
    section.product-top {
        width: 100%;
        float: none;
    }

    body.page-layout-1column .product-info-main,
    .theme-pearl.product-page-v1 .product-info-main {
        display: grid;
    }

    body.page-layout-1column.catalog-product-view .product-info-main .page-title-wrapper,
    html .theme-pearl.product-page-v1.catalog-product-view .product-info-main .page-title-wrapper {
        margin-top: 15px;
    }

    .theme-pearl.catalog-product-view .product.media .fotorama__wrap .wp-product-label.wp-product-label-top-left {
        width: 100% !important;
        height: 300px !important;
    }

    body.page-layout-1column.catalog-product-view.page-layout-1column .product.media,
    .theme-pearl.catalog-product-view.page-layout-1column .product.media {
        width: 100%;
        margin-right: 0;
        margin-top: 0 !important;
    }

    body.page-layout-1column.catalog-product-view .product-info-main .page-title-wrapper,
    html .theme-pearl.product-page-v1.catalog-product-view .product-info-main .page-title-wrapper {
        width: 100% !important;
        float: none;
    }

    .section-wrapper-container {
        display: block;
        top: 36px;
        position: relative;
    }

    section.product-top .content span {
        width: 100%;
        float: none;
    }

    .section-root.section-wrapper {
        padding-top: 0;
    }

    section.product-top .content .cornered {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 499px) {
    html .page-products .amslider div.slide {
        max-width: 100%
    }

    .footer.content .social-icons {
        width: 21% !important;
        margin: 5px !important;
        float: left;
        display: block;
        text-align: center;
    }

    .assurance-home .col-right p {
        font-size: 13px;
    }

    .assurance-home .demande-devis-home .col-right p {
        font-size: 14px;
        padding-right: 10px;
    }

    html body .assurance-home .second-col.gray-border {
        background: #fff;
        margin-top: 0 !important;
        padding-bottom: 20px;
    }

    .assurance-home .first-col.gray-border {
        margin-bottom: 0;
        background: #fff;
        margin-top: 42px;
    }

    body.page-layout-1column.cms-index-index .page-wrapper .page-footer,
    html body.theme-pearl.cms-index-index .page-wrapper .page-footer {
        margin-top: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
    .columns-group.columns-group-block.bottom-group.inner.ui-menu.ui-widget.ui-widget-content.expanded li .menu-block.bottom-block.block-container div {
        max-width: 955px;
    }

    .page-products .amslider .slide .category-item {
        min-height: 100%;
    }

    .category-item-title h2 {
        font-size: 17px;
    }

    .category-home.format-slide .blue-button {
        font-size: 11px;
        line-height: 17px;
    }

    .category-home.format-slide .blue-button:before {
        top: 8px;
    }
}

@media only screen and (max-width: 769px) {
    .nav-open .mobile-nav .nav-sections {
        background-color: #fff !important;
    }

    body .header.content .nav-sections .level0.level-top,
    body .page-header-v1.sticky-header .header.content .nav-sections .level0.level-top {
        margin-right: 0;
    }
}

@media only screen and (min-width: 440px) and (max-width: 769px) {

    .mobile-nav .nav-sections {
        width: calc(55%);
    }

    html .wrap .modal .form.minisearch .searchautocomplete .product-list li .block-right {
        width: 100%;
    }

    .block .searchautocomplete .more-results .advanced_search {
        display: block;
        text-align: center;
    }

    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo img,
    body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo img,
    html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo img {
        width: 147px !important;
    }

    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo,
    body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo,
    html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        left: 33% !important;
    }

    html body .cart-container .cart-summary .cart.main.actions .action.movetoquote {
        width: 100% !important;
    }

    html body .page-wrapper .page-footer .amslider .slide {
        max-width: 28%;
    }

    body.page-layout-1column .page-wrapper .page-footer,
    html body.theme-pearl .page-wrapper .page-footer {
        margin-top: 100px;
    }

    .block.crosssell {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    html .page-header-v1 .multistore-switcher,
    html .page-header-v1 .page-header .multistore-switcher {
        float: left;
        margin-left: 0;
        top: 4px;
    }

    #switcher-currency-nav {
        display: none;
    }

    body .page-wrapper .breadcrumbs {
        background-color: transparent !important;
        top: 77px;
        left: 15px;
        position: relative;
    }

    .products.wrapper ~ .toolbar .limiter {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    body.page-layout-1column .nav-sections .navigation ul,
    .mobile-nav .nav-sections .navigation ul,
    .theme-pearl .nav-sections .navigation ul {
        padding-left: 0 !important;
    }

    .fieldset.coupon input {
        font-size: 11px;
    }

    .nav-sections .nav-sections-items .section-item-content .header.links .authorization-link a:last-child {
        font-size: 1.2rem !important;
        font-weight: 400 !important;
    }

    .customer-welcome {
        display: none !important;
    }

    html body .menu-block.right-block.block-container .columns-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded.last-cm.cms-mmenu:last-child {
        display: none !important;
    }

    html body .assurance-home .second-col.gray-border {
        margin-top: 23px;
    }

    .quotation-quote-view .column.main {
        margin-top: 40px;
    }

    .assurance-home .second-col .col-right.col-livraison {
        text-align: center;
        padding-left: 0;
    }

    .catalog-product-view .toggle.toggle-bg {
        width: 100%;
        margin-bottom: 0;
    }

    .account #maincontent {
        margin-top: 3px !important;
    }

    .sales-order-history .button-disconnect {
        display: none;
    }

    .customer-account-edit .fieldset.admin__fieldset.user-defined {
        margin-top: 15px;
    }

    .account .title.block-collapsible-nav-title {
        height: 45px;
        padding-top: 15px;
    }

    .account .title.block-collapsible-nav-title strong {
        color: #ef5a18;
        font-weight: 800;
        font-size: 17px;
    }

    .account .block-collapsible-nav .title:after {
        top: 16px;
        color: #ef5a18;
        font-weight: 800;
    }

    .modal-popup.confirm .modal-inner-wrap {
        width: 100%;
    }

    .actions.action-viewcart.bottom-aligned .action.viewcart {
        width: 100%;
    }

    html body.catalog-product-view .toggle.toggle-bg .togglet:after {
        right: 10px;
    }

    .options-bloc-left {
        margin-bottom: 15px;
    }

    div.column.main .products-grid .product-item {
        width: 50% !important;
        height: auto !important;
    }

    .catalog-product-view div.column.main .products-grid .product-item {
        width: 49% !important;
    }

    .button-disconnect {
        top: -50px;
    }

    ul.weltpixel_multistore li {
        padding-left: 13px;
    }

    ul.weltpixel_multistore li:first-child {
        padding-right: 15px;
    }

    #tarteaucitronDisclaimerAlert {
        float: left;
        margin-bottom: 16px;
        padding-top: 15px;
    }

    #tarteaucitronAlertBig {
        padding-bottom: 15px !important;
    }

    #tarteaucitronPersonalize {
        display: block;
        width: 25%;
        float: left;
    }

    #tarteaucitronCloseAlert {
        display: block;
        width: 25%;
        float: left;
    }

    #tarteaucitronDisclaimerAlert a {
        display: block;
        width: 23%;
        float: left;
        padding-top: 9px;
    }

    .other-cara-product a {
        margin-left: 0;
        font-weight: 800;
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .label.admin__field-label .o_title {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    html .catalog-product-view table td:nth-child(1), html .catalog-category-view table td:nth-child(1) {
        white-space: initial;
    }

    .theme-pearl.catalog-product-view .product.media .fotorama__wrap .fotorama__stage {
        border: 0;
    }

    body.catalog-product-view .product.info .product.data.items div.data.item.title.active a#tab-label-additional-title::before, body.catalog-product-view .product.info .product.data.items .data.item.title.active a:not(#tab-label-description-title)::before {
        left: 8% !important;
        width: 19% !important;
    }

    html .catalog-product-view .product-add-form .box-tocart {
        width: 100%;
    }

    html .catalog-product-view .field.qty label span {
        white-space: nowrap;
    }

    .nav-3 ul.columns-group.columns-group-block.right-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
        display: block !important;
        padding-left: 8px !important;
    }


    .has-menu-block .columns-group-block, .has-menu-block .menu-block.right-block {
        display: block !important;
    }

    html body #multistore-mobile-switcher-language {
        min-height: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        background: #fff;
    }

    html .page-products .amslider .category-item-description {
        height: 100%;
        min-height: 100%;
    }

    .bg-gray {
        background-color: #f2f2f2;
        max-height: 100%;
    }

    html .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed div.product.data.items > .item.content {
        padding: 15px;
    }

    html body .cart-container .cart-summary .cart.main.actions .action.movetoquote {
        width: 92%;
        margin: auto;
    }

    .block.crosssell {
        order: 5;
        margin-top: 0;
    }

    .block.crosssell .owl-carousel.products.owl-loaded {
        margin-bottom: 0;
    }

    body.page-layout-1column .block.crosssell .products.products-grid,
    .theme-pearl.page-layout-1column .block.crosssell .products.products-grid {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .block.crosssell .owl-item .item.product.product-item .product.details.product-item-details {
        left: 58px;
    }

    .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal {
        text-align: center;
    }

    .ambrands-slider.amslider {
        padding-top: 20px;
    }

    .video-product {
        width: 300px;
        height: 276px;
        margin: auto;
        display: block;
    }

    html body .filter .filter-current {
        border: 0;
    }

    html body .filter .filter-current .items {
        display: block;
    }

    html body .section-item-content.nav-sections-item-content .header.links .authorization-link {
        display: block;
    }

    li.megamenu a.level-top span:before {
        display: none;
    }

    #switcher-currency-nav {
        display: block !important;
    }

    html body .header.content .nav-sections .nav-sections-items .section-item-content .navigation .megamenu li a {
        padding-bottom: 20px;
    }

    .block.crosssell {
        max-width: 100%;
    }

    html body .footer.content .footer-line .footer-links.footer-mobile {
        display: block;
        width: 100%;
    }

    .navigation > ul > li > ul li.see-all-menu-mobile a span {
        color: #000;
        font-size: 13px;
    }

    .nav-3 .see-all-menu-mobile {
        display: none;
    }

    html body.catalog-product-view .product-info-main .page-title {
        font-size: 24px;
    }

    .navigation > ul > li > ul li.see-all-menu-mobile a:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        line-height: inherit;
        content: '\e622';
        font-family: luma-icons;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center;
        color: #29659f;
        padding-left: 0;
        transform: rotate(270deg);
        margin-right: 5px;
    }

    .footer-links.footer-links-desktop {
        display: none;
    }

    .page-wrapper {
        background: #f5f5f5;
    }

    html body .header.links {
        display: block !important;
    }

    html body .panel.header .header.links {
        display: none !important;
    }

    .greet.welcome {
        display: none;
    }

    .ui-menu-item.all-category {
        display: none;
    }

    body.page-layout-1column .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:not(.right-group):not(.bottom-group):not(.left-group):not(.top-group),
    .theme-pearl .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:not(.right-group):not(.bottom-group):not(.left-group):not(.top-group) {
        padding-top: 0;
        padding-left: 0;
    }

    .columns-group.columns-group-block.bottom-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
        display: none !important;
    }

    ul.columns-group.columns-group-block.right-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
        display: none !important;
    }

    .nav-sections .nav-sections-items .section-item-content .navigation .megamenu.level0 > .level-top {
        margin-right: 0;
    }

    html body .page-wrapper .page-header .header.content .nav-toggle:before {
        background: url(../../images/menu.svg) center center no-repeat !important;
        background-size: 32px;
        content: "";
        height: 32px;
        width: 32px;
        position: absolute;
        top: 19px;
        margin-top: 4px;
    }

    body.page-layout-1column .page-main,
    html body.theme-pearl .page-main {
        position: relative;
        top: 95px;
    }

    body.page-layout-1column.stripecw-endpoint-index .page-main,
    html body.theme-pearl.stripecw-endpoint-index .page-main {
        top: 130px;
    }

    .sections.nav-sections {
        display: none;
    }

    .contact-header {
        display: none;
    }

    .account-header {
        display: none;
    }

    .panel.wrapper {
        display: none;
    }

    html body .page-header .minicart-wrapper,
    .page-header .block-search
    html body .page-header.page-header-v1 .minicart-wrapper,
    .page-header.page-header-v1 .block-search {
        position: relative;
        top: 0;
    }

    html body .miniquote-wrapper {
        position: relative;
        top: 0;
        right: 0;
    }

    .block.block-search.search-visible-md.minisearch-v2 {
        position: relative;
        top: 0;
    }

    body.page-layout-1column.page-wrapper .page-header .page-header .header.content .logo,
    body.page-layout-1column.page-wrapper .page-header.page-header-v1 .page-header .header.content .logo,
    html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        position: relative;
        top: -7px;
        left: 55px;
    }

    .page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after {
        display: none !important;
    }

    .page-header .switcher .options .action.toggle.active:hover:after, .page-footer .switcher .options .action.toggle.active:hover:after {
        display: none;
    }

    .navigation .megamenu.level-top-fullwidth .level0.fullwidth {
        position: relative;
    }

    .navigation ul {
        width: 100%;
        display: block;
    }

    body.page-layout-1column .page-main,
    html body.theme-pearl .page-main {
        margin-top: 0;
    }

    :root .wp-device-xxs .page-header .action.nav-toggle,
    :root .wp-device-xs .page-header .action.nav-toggle,
    :root .wp-device-s .page-header .action.nav-toggle,
    :root .wp-device-m .page-header .action.nav-toggle,
    :root .wp-device-xxs .page-header-v1 .page-header .action.nav-toggle,
    :root .wp-device-xs .page-header-v1 .page-header .action.nav-toggle,
    :root .wp-device-s .page-header-v1 .page-header .action.nav-toggle,
    :root .wp-device-m .page-header-v1 .page-header .action.nav-toggle {
        top: -8px;
    }

    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo img,
    body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo img,
    html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo img {
        width: 116px;
        height: auto;
    }

    .checkout-index-index .nav-sections,
    .nav-open .nav-sections {
        max-width: 100% !important;
    }

    body .nav-sections .nav-sections-items .section-item-title.active {
        background-color: transparent !important;
    }

    .mobile-nav .nav-sections-item-title {
        width: 63px;
    }

    .checkout-index-index .navigation .megamenu.nav-3.last .columns-group.columns-group-block.right-group li,
    .nav-open .navigation .megamenu.nav-3.last .columns-group.columns-group-block.right-group li {
        padding-left: 0;
        padding-top: 20px;
    }

    .checkout-index-index .nav-sections,
    body.mobile-nav .nav-sections {
        left: calc(-55%);
        width: calc(55%);
    }

    .navigation .megamenu.level-top-fullwidth.nav-3 .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group {
        padding-bottom: 20px;
    }

    .checkout-index-index .nav-sections
    html.nav-open .mobile-nav .nav-sections {
        left: calc(0%);
    }

    .nav-open .navigation .megamenu.nav-3.last .columns-group.columns-group-block.right-group li.level1.ui-menu-item.title-mmenu-info {
        font-size: 17px !important;
        padding-top: 0;
    }

}

@media only screen and (min-width: 767px) {
    .category-home.format-desktop-slide {
        display: block;
    }

    .category-home.format-mobile-slide {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .category-home.format-desktop-slide {
        display: none;
    }

    html body .menu-block.right-block.block-container {
        display: block !important;
    }

    body.page-layout-1column.catalog-product-view .page-main .columns .product.info.detailed div.product.data.items > .item.content,
    html .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed div.product.data.items > .item.content {
        margin-top: -6px !important;
    }

    html body .button-disconnect {
        display: none;
    }

    body.page-layout-1column.checkout-onepage-success .page-main,
    html body.theme-pearl.checkout-onepage-success .page-main {
        top: 0;
    }

    html body.cms-index-index .owl-nav {
        display: block;
    }

    html body [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
        left: 10px !important;
        top: 149px !important;
    }

    html body.cms-index-index .owl-carousel .owl-item {
        padding-right: 0;
    }

    html body [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
        right: 10px !important;
        top: 149px !important;
    }

    .miniquote-wrapper .block-miniquote.ui-widget-content {
        top: 54px;
        right: -38px;
    }

    body.page-layout-1column.checkout-index-index .page-wrapper .page-header .page-header .header.content .logo,
    body.page-layout-1column.checkout-index-index .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo,
    html body.theme-pearl.checkout-index-index .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        left: 0;
    }

    html body.account #maincontent {
        top: 0 !important;
    }

    .checkout-index-index #maincontent .minicart-wrapper {
        display: none;
    }

    body.page-layout-1column .checkout-billing-address .billing-address-same-as-shipping-block:after,
    html body.theme-pearl .checkout-billing-address .billing-address-same-as-shipping-block:after {
        top: 42px !important;
    }

    #maincontent > .page-title-wrapper > .page-title span::before {
        display: none;
    }

    .checkout-cart-index .cart-container .cart-discount {
        padding: 0;
    }

    html body.account .block-collapsible-nav .title:after {
        left: -200px;
        top: 15px;
    }

    html body .block.crosssell .owl-item .item.product.product-item .product.details.product-item-details {
        left: 0;
        top: -21px;
    }

    #discount-coupon-form .actions-toolbar .action.primary {
        display: block !important;
    }

    body.page-layout-1column.catalog-product-view div.box-tocart .field.qty,
    .theme-pearl.catalog-product-view div.box-tocart .field.qty {
        display: contents !important;
    }

    .catalog-product-view .box-tocart .field.qty .control .input-text.qty {
        float: left;
    }

    body .miniquote-wrapper {
        margin-top: 0;
    }

    body.page-layout-1column.catalog-product-view .box-tocart .field.qty label,
    .theme-pearl.catalog-product-view .box-tocart .field.qty label {
        display: none !important;
    }

    .toggle.toggle-bg {
        width: 100%;
        float: right;
        margin-bottom: 60px;
    }

    .category-home.format-mobile-slide {
        display: block;
    }

    html body.catalog-category-view.page-products .columns {
        padding-top: 10px;
    }

    .footer-v1-content .bloc1 {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    #layered-filter-block.filter .block-content.filter-content .block-subtitle {
        padding-left: 10px;
        border-bottom: 0;
    }

    .addtocart_position_2.center {
        display: none;
    }

    #maincontent > .page-title-wrapper > .page-title {
        font-size: 24px;
    }

    body.page-layout-1column .toggle.toggle-bg .togglet,
    html body.theme-pearl .toggle.toggle-bg .togglet {
        width: 100%;
        display: inline-block;
        line-height: initial;
        min-height: 40px;
        padding: 10px 10px 10px 36px;
        color: #3d5c8e;
    }

    :root .wp-device-xs .page-header .header.content
    :root .wp-device-xs .page-header-v1 .page-header .header.content {
        padding-bottom: 0 !important;
    }

    .filter-title strong {
        top: -9px;
        position: relative;
    }

    .am-show-button {
        margin: 0 auto;
        padding: 15px 0;
        width: 100%;
        text-align: center;
        background: #eee;
        z-index: 999;
        bottom: 0;
        left: 0;
    }

    .products-grid .product-item .product-item-name a {
        font-size: 14px !important;
    }

    html body .toggle.toggle-bg .togglet:before {
        display: none;
    }

    html body .page-wrapper .page-footer .footer.content .footer-v1-content p {
        margin-bottom: 12px;
    }

    .footer.content .footer-v1 .footer-title:after {
        display: none;
    }

    .footer-v1-content .bloc2 {
        width: 100%;
        text-align: left;
    }

    .am-widget-brand-slider .amslider-header-container {
        margin-left: 15px;
    }

    html body .amslider .slide {
        max-width: 40%;
        flex-basis: 47%;
        margin-bottom: 0;
        margin-top: 0 !important;
    }

    .page-wrapper .page-footer .footer.content .footer-v1-content p.footer-subtitle {
        margin-top: 0;
    }

    .footer-v1-content .bloc3 {
        width: 100%;
        text-align: left;
    }

    .product-top .content {
        height: 100%;
        text-align: left;
    }

    .footer.content .footer-v1 {
        padding: 0 25px;
    }

    .footer-v1-content .footer-title span:after {
        transition: all .4s;
        font-size: 24px;
        content: '\e622';
        font-family: luma-icons;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        color: #fff;
        position: absolute;
        right: 0;
        top: 15px;
    }

    .footer-v1-content .bloc3 .footer-title span:after {
        display: none;
    }

    body.page-layout-1column .page-wrapper .page-footer div.footer.content p.footer-title,
    html body.theme-pearl .page-wrapper .page-footer div.footer.content p.footer-title {
        padding-top: 10px;
    }

    .footer-v1-content .footer-title.active span:after {
        transform: rotate(180deg);
        transition: all .8s;
    }

    .slide-mobile {
        display: none;
    }

    .cms-index-index main#maincontent, .cms-homepage-widget main#maincontent {
        padding: 0;
        padding-top: 8px !important;
    }

    .cms-index-index .custom-slider h2.title, .cms-homepage-widget .custom-slider h2.title {
        margin-left: 25px;
    }

    .owl-item .item.product.product-item .product.details.product-item-details {
        left: 79px;
    }

    .container-404 .owl-item .item.product.product-item .product.details.product-item-details {
        left: 0;
    }

    html body .container-404 .block-search .control {
        width: 100% !important;
    }

    .cms-index-index .owl-item .item.product.product-item .product.details.product-item-details {
        left: 0;
    }

    [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
        top: 153px !important;
    }

    [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
        top: 153px !important;
    }

    section.product-top .content .cornered {
        width: 100%;
        float: none;
        margin-top: -6px;
        border-top: 4px solid #fa6a19;
        background-color: #fff;
    }

    section.product-top .content .cornered h3 {
        color: #000;
    }

    section.product-top .content .cornered p {
        color: #000;
    }

    section.product-top .content .cornered a {
        position: relative;
        width: 60%;
        margin: 50px auto auto;
    }

    .category-home.quart {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .cms-index-index h2.title.title-cat-home {
        margin-left: 15px;
    }

    .category-home.demi {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .category-home.tier {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .category-home.format-livre .content img {
        height: 250px;
    }

    .category-home.format-livre .content .cornered p {
        font-size: 11px;
    }

    .first-col.gray-border {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        padding: 0;
        background: 0 0;
    }

    .second-col.gray-border {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        padding: 0;
        background: 0 0;
    }

    html body .assurance-home .col-right {
        width: 100% !important;
        margin-top: 15px;
        background: #fff;
        text-align: center;
        padding-top: 6px;
    }

    .cms-index-index .assurance-home .first-col.gray-border#paiement-prod {
        margin-bottom: 70px !important;
    }

    html body .assurance-home .col-gazdetect h3:before {
        left: 30px;
    }

    .first-col.gray-border.col-gazdetect .col-right {
        border-bottom: 1px solid #fb5808;
        padding-bottom: 17px;
    }

    .first-col.gray-border.col-gazdetect .col-right .gazdetect-societe {
        text-align: left;
        padding-left: 15px;
        float: left;
    }

    .assurance-home .col-gazdetect .col-right {
        background: #fff;
    }

    .first-col.gray-border.col-gazdetect .col-right p:last-child {
        float: left;
        text-align: left;
        height: 32px;
        line-height: 42px;
        padding-left: 15px;
    }

    .services-home-global {
        margin-bottom: 0
    }

    .categories-home-global .category-home, .category-home.format-slide:hover {
        border: 0;
        margin: 10px 0 0;
    }

    .assurance-home .second-col .col-right {
        background: #fff;
        text-align: left;
        padding-left: 15px;
    }

    .catalog-product-view .product-info-main .product-info-price .product-info-stock-sku {
        position: relative;
        top: -5px;
        left: 10px;
    }

    .page-header {
        margin-bottom: 0;
        background: transparent !important;
    }

    .page-header .header.content {
        padding-bottom: 5px;
        padding-top: 15px;
        height: 57px;
    }

    html body .page-wrapper .header.content, html body .page-wrapper .page-header-v1 .header.content {
        border-bottom: 0;
        box-shadow: 0 13px 25px rgba(0, 0, 0, 0.09);
    }

    .second-col.gray-border {
        margin-top: 55px;
    }

    .assurance-home img.title-img {
        margin-left: 10px;
    }

    .services-home-global {
        background: 0 0;
    }

    .services-home-global .services-home {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 54px;
        margin-bottom: 8px;
    }

    .services-home-global .services-home h2 {
        margin-left: 15px;
    }

    .services-home-global .services-home.format-vertical img {
        height: auto;
    }

    .services-home-global .services-home.format-vertical .cornered {
        height: auto;
    }

    .services-home .content {
        display: flex;
        height: 100%;
    }

    .services-home h2 {
        margin-left: 25px;
    }

    section.services-home .content .cornered a {
        bottom: -17px;
        width: 200px;
        left: 50%;
    }

    section.services-home.format-horizontal .content .cornered p {
        max-width: 100%;
        height: 100%;
    }

    .services-home.format-horizontal .content {
        position: relative;
    }

    .services-home.format-horizontal .content .cornered {
        background: #fff;
        position: absolute;
        top: auto;
        padding: 10px 10px 10px 30px;
        bottom: 0;
        border: 0;
    }

    section.services-home.format-horizontal .content .cornered a {
        width: 200px;
        right: 20px;
        left: 24%;
        bottom: -26px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo,
    body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo,
    html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        left: 38% !important;
    }

    html body .categories-home-global .category-home {
        max-width: 415px;
        margin: auto;
        float: none;
    }
}

@media only screen and (min-width: 500px) and (max-width: 769px) {
    #switcher-currency {
        left: 25%;
    }

    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo,
    body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo,
    html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        top: -2px;
    }

    body.page-layout-1column .page-header .page-header .header.content .nav-toggle,
    body.page-layout-1column .page-header.page-header-v1 .page-header .header.content .nav-toggle,
    .theme-pearl.mobile-nav .page-header.page-header-v1 .page-header .header.content .nav-toggle {
        top: 0;
    }

    .page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after {
        display: inline-block;
    }

    .page-header .switcher .options .action.toggle.active:hover:after, .page-footer .switcher .options .action.toggle.active:hover:after {
        display: inline-block;
    }

    #maincontent {
        padding-top: 20px;
    }
}

.page-header #switcher-currency .options ul.dropdown {
    right: -31px;
    width: 100px;
    max-width: 100px;
    min-width: 180px;
}

.page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li {
    margin: 0;
    padding: 0;
    clear: both;
    text-align: center;
}

.page-header .switcher .options ul.dropdown li {
    text-align: left;
    border-bottom: 1px solid #f1f0f0;
}

@media only screen and (max-width: 767px) {
    .panel.header .switcher-language {
        display: block !important;
        position: absolute;
        margin-left: 0;
        left: 54px;
        z-index: 10000;
    }

    .category-home.format-slide {
        border-radius: 0;
        width: 90%;
        left: 5%;
        padding: 20px 0;
    }

    section.product-top {
        border-radius: 0;
        overflow: visible;
        height: 100%;
        border-width: 0;
    }

    ul.weltpixel_multistore li {
        font-size: 12px;
        color: #4f4f4f;
        padding-left: 15px;
    }

    ul.weltpixel_multistore li:first-child {
        border-right: 1px solid #4f4f4f;
        padding-right: 15px;
        padding-left: 0;
    }

    .page-header .switcher .options {
        right: 0;
    }

    .contact-header {
        position: absolute;
        float: left;
        display: block !important;
        right: 15px;
        left: auto;
        top: 8px;
    }

    .contact-header span {
        font-family: Safetygas, Sans-Serif;
        font-size: 0;
    }

    .contact-header span.tel {
        color: #2a659f;
        padding-right: 10px;
        font-family: Safetygas, Sans-Serif;
        font-size: 12px;
        float: none;
    }

    .nav-toggle {
        top: -8px;
    }

    .page-header.sticky-header-mobile {
        position: fixed;
        top: -20px;
    }

    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo,
    body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo,
    html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        margin-bottom: 0;
        margin-left: 0;
        left: 94px;
        transition: none;
        top: -11px;
    }

    .page-header .minicart-wrapper,
    .page-header .block-search,
    .page-header.page-header-v1 .minicart-wrapper,
    .page-header.page-header-v1 .block-search {
        margin-top: 0;
        top: 9px !important;
    }

    .block.block-search.search-visible-md.minisearch-v2 {
        position: relative;
        top: 0;
        margin-right: 0;
        right: 40px;
    }

    html body .miniquote-wrapper {
        position: absolute;
        top: 18px;
        right: 35px;
        float: none;
    }

    .panel.wrapper {
        display: none !important;
    }

    body.page-layout-1column.cms-index-index .page-main,
    html body.theme-pearl.cms-index-index .page-main {
        top: 41px;
    }
}

@media only screen and (min-width: 470px) and (max-width: 700px) {
    .section-wrapper-container {
        padding: 15px;
    }

    .section-root.section-wrapper {
        max-width: 100%;
        margin: auto;
        padding: 40px 0 0;
    }

    section.product-top {
        border-radius: 0;
        overflow: visible;
        border-width: 0;
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 15px;
        height: 320px;
    }

    .section-wrapper-container {
        display: block;
    }

    section.product-top .content .cornered {
        float: right !important;
        width: 44% !important;
        border-top: 0 !important;
    }

    .cart.main.actions {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    body.page-layout-1column .page-wrapper .page-header .sections.nav-sections,
    body.page-layout-1column .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections,
    :root body.theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections {
        left: 5% !important;
    }

    body.page-layout-1column .page-wrapper .page-header .logo,
    body.page-layout-1column .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo,
    :root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo {
        left: 35px;
        top: 30px;
    }

    body.page-layout-1column .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:not(.right-group):not(.bottom-group):not(.left-group):not(.top-group),
    .theme-pearl .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:not(.right-group):not(.bottom-group):not(.left-group):not(.top-group) {
        width: 30% !important;
    }
}

@media only screen and (width: 768px) {
    html .page-header .multistore-switcher,
    html .page-header-v1 .page-header .multistore-switcher {
        float: left;
        position: relative;
        margin-left: 0;
        left: 129px;
        top: 30px;
        z-index: 10000;
    }

    .owl-item .item.product.product-item .product.details.product-item-details {
        position: relative;
        bottom: 25px;
        left: 3px;
        max-width: 219px;
        margin: auto;
        float: none;
    }

    html body .page-wrapper .header.content,
    html body .page-wrapper .page-header-v1 .header.content {
        padding-top: 30px;
    }

    .block.crosssell {
        max-width: 75%;
    }

    .block.crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
        left: 0;
    }

    .block.crosssell [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
        right: 0;
    }

    .account-header {
        display: block;
        position: relative;
        top: 0;
    }

    body.page-layout-1column.cms-index-index .page-main#maincontent,
    html .theme-pearl.cms-index-index .page-main#maincontent {
        margin-top: 0 !important;
        padding-bottom: 100px;
    }

    .contact-header {
        display: block;
        position: relative;
        float: left;
    }

    .contact-header span {
        font-family: Safetygas, Sans-Serif;
        font-size: 0;
    }

    .contact-header span.tel {
        color: #2a659f;
        padding-right: 5px;
        font-family: Safetygas, Sans-Serif;
        font-size: 12px;
    }

    .page-header .page-header,
    .page-header.sticky-header .page-header, .page-header.sticky-header-mobile .page-header {
        top: 0;
    }

    .nav-toggle {
        top: -4px;
    }

    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo,
    body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo,
    html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        top: -13px;
        margin-bottom: 0;
        left: 35%
    }

    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo, body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo, html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        top: -13px;
        margin-bottom: 0;
        left: 35%;
    }

    body.page-layout-1column.checkout-index-index .page-wrapper .page-header .page-header .header.content .logo,
    body.page-layout-1column.checkout-index-index .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo,
    html body.theme-pearl.checkout-index-index .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        top: 0;
        left: 0 !important;
        padding-top: 0 !important;
    }

    body.checkout-index-index .header.content .account-header,
    html body.checkout-index-index .page-header .minicart-wrapper,
    .checkout-index-index .page-header .block-search html body .page-header.page-header-v1 .minicart-wrapper,
    .checkout-index-index .page-header.page-header-v1 .block-search {
        top: 13px;
    }

    .checkout-index-index #maincontent {
        top: 80px;
        width: 97%;
    }

}

@media only screen and (max-width: 767px) {
    .category-home.format-slide:hover div.content {
        transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
        box-sizing: border-box;
        background-size: 130%;
    }

    .category-home.format-slide div.content {
        background-size: 119%;
        background-position: center;
        height: 250px;
        transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
        box-sizing: border-box;
        bottom: 20px;
        position: relative;
    }
}

@media only screen and (min-width: 768px) {
    #switcher-currency {
        display: block !important;
        float: none;
        position: absolute;
        left: auto;
        right: 37px;
        top: 7px;
    }

    body.catalog-product-view .box-tocart .cart-quote-infos, body.catalog-product-view .box-tocart .fieldset {
        width: 425px;
        height: 120px;
        clear: both;
    }

    .services-home.format-horizontal .content {
        overflow: hidden;
    }

    .services-home.format-horizontal .cornered {
        overflow: hidden;
    }

    html .page-header .multistore-switcher,
    html .page-header-v1 .page-header .multistore-switcher {
        margin-left: 0;
        top: 0;
        float: right;
        right: 100px;
        left: auto;
    }

    .page-header .multistore-switcher,
    .page-header-v1 .page-header .multistore-switcher {
        position: relative !important;
        top: 0;
        margin-left: -20px;
        left: auto;
        right: 24px;
    }

    .first-col:before, .second-col:before {
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: '';
        display: inline-block;
        height: 85px;
        vertical-align: top;
        width: 85px;
        box-shadow: 2px -2px 3px rgba(204, 204, 204, 0.35);
        color: #ececec;
        left: 103px;
        transform: rotate(45deg);
        float: left;
        position: absolute;
    }
}

@media only screen and (min-width: 1280px) {
    .category-home.format-slide:hover div.content {
        transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
        box-sizing: border-box;
        background-size: 130%;
    }

    .category-home.format-slide div.content {
        background-size: 119%;
        background-position: center;
        height: 250px;
        transition: all .3s cubic-bezier(.41, .094, .54, .07) 0s;
        box-sizing: border-box;
    }

    html body .pre-footer .amslider .wrapper {
        width: 1200px;
    }

    .cms-index-index .ambrands-slider.amslider > div > div a {
        width: 15%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .checkout-index-index #maincontent {
        top: 80px !important;
        width: 97%;
    }

    .logo {
        margin: 0 !important;
        position: absolute;
        left: 15px;
        top: -5px;
    }

    section.assurance-home.assurance2.assurance-livraison > div.second-col:before {
        left: 55px;
    }

    section.assurance-home.assurance2.assurance-livraison .col-right {
        width: 61%;
    }

    .assu-apple {
        left: 3px;
        bottom: 9px;
    }

    .assu-paypal {
        bottom: 6px;
    }

    .second-col.gray-border.demande-devis-home div.col-right {
        top: 10px;
        width: 56%;
        position: relative;
    }

    body.page-layout-1column .page-wrapper .page-header .logo, body.page-layout-1column .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo, :root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo {
        top: -2px;
    }

    body .navigation > ul {
        padding-left: 130px !important;
    }

    .category-home.format-slide div.content h2 {
        font-size: 16px;
    }

    .product-item-name, .product.name a, h3.product.name a {
        font-size: 12px;
    }

    .owl-carousel-products-new_products .price-box span.AsLowAs {
        font-size: 13px;
    }

    section.services-home.format-horizontal .content .cornered a {
        bottom: 33%;
        width: 32%;
    }

    .first-col:before, .second-col:before {
        left: 80px;
    }

    .category-home.format-slide div p {
        font-size: 13px;
        text-align: left;
    }

    .page-wrapper {
        background: #f5f5f5;
    }

    .product-top .content {
        position: relative;
    }

    section.product-top .content img {
        width: 300px;
        float: left;
        object-fit: cover;
        height: 320px;
        border-radius: 5px 0 0 -11px;
        transition: all .5s;
        transform: scale(1.01);
        box-sizing: border-box;
        position: absolute;
        left: 0;
    }

    section.product-top .content .cornered {
        width: 56%;
        float: left;
        height: 320px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
        position: absolute;
        border: 0;
        right: 0;
    }

    section.product-top:hover .content img {
        padding-left: 0;
    }

    body.page-layout-1column .page-wrapper .page-header .sections.nav-sections,
    body.page-layout-1column .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections,
    :root body.theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .sections.nav-sections {
        left: 0 !important;
    }

    html body .nav-3 ul.columns-group.columns-group-block.right-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
        width: 97% !important;
    }

    body.page-layout-1column.catalog-product-view.page-layout-1column div.product.media,
    .theme-pearl.catalog-product-view.page-layout-1column div.product.media {
        margin-top: 0 !important;
    }

    .services-home.format-horizontal .cornered {
        min-height: 150px;
    }

    section.product-top .content img {
        height: 400px;
    }

    .amslider .slide .swiper-brand .am-image {
        max-width: 105px;
    }

    #amslider_id1 .swiper-brand .am-image-wrapper {
        max-width: 90px !important;
    }

    .category-protection-respiratoire.catalog-category-view #maincontent, .category-detection-gaz.catalog-category-view #maincontent, .category-maintenance-location.catalog-category-view #maincontent, .category-protection-respiratoire.catalog-category-view #maincontent, .category-respiratory-protection.catalog-category-view #maincontent, .category-gas-detection.catalog-category-view #maincontent {
        margin-top: 35px;
    }

    .product-top .content {
        height: 400px;
    }

    html body .container {
        width: 100%;
    }

    html .page-products .amslider div.slide {
        max-width: 29%;
    }

    .owl-item .item.product.product-item .product.details.product-item-details .product.name.product-item-name {
        height: 69px;
        font-size: 12px;
        padding-top: 7px;
    }

    body.page-layout-1column.cms-index-index .page-main#maincontent,
    html .theme-pearl.cms-index-index .page-main#maincontent {
        max-width: 900px;
    }

    .category-home.tier {
        width: 31%;
    }

    .services-home-global {
        background: 0 0;
    }

    html body ul.columns-group.columns-group-block.right-group.inner.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
        margin-right: 29px;
        padding-left: 50px;
        width: 31% !important;
    }

    .assurance-home .col-right {
        width: 58%;
        margin-top: 7px;
    }

    .second-col.gray-border.demande-devis-home .col-right {
        margin-top: 0;
    }

    .col-paiement img {
        margin-right: 10px;
        padding-right: 0;
        width: 40px;
    }

    section.services-home.format-horizontal .content .cornered p {
        font-size: 13px;
        max-width: 64%;
    }

    section.services-home .content .cornered h3 {
        min-height: 35px;
    }

    .category-home.format-livre .content .cornered p {
        font-size: 13px;
    }

    .services-home.format-horizontal .cornered {
        padding-left: 15px;
        padding-top: 15px;
    }

    .services-home-global .services-home {
        width: 47%;
    }

    .am-widget-brand-slider .amslider-header-container {
        margin-left: 60px;
    }

    .first-col {
        width: 48% !important;
    }

    .second-col {
        width: 48% !important;
    }

    .category-home.demi {
        width: 47%;
    }

    .category-home.format-livre .content img {
        height: 250px;
    }

    .column.main .products-grid .product-item .product-item-info:hover .product_image .addtocart_position_2 {
        display: none;
    }

    body.page-layout-1column .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:first-child,
    .theme-pearl .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:first-child {
        width: 16% !important;
    }

    body.page-layout-1column .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth.nav-3 .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:first-child,
    .theme-pearl .nav-sections.nav-sections .navigation .megamenu.level-top-fullwidth.nav-3 .level0.fullwidth .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group:first-child {
        width: 18% !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    html body.page-products.page-layout-1column .products-grid .product-item {
        width: 32% !important;
    }

    .catalog-product-view .product-options-wrapper .options-blocs .options-bloc-left, .catalog-product-view .product-options-bottom .options-blocs .options-bloc-left {
        display: none;
    }

    .catalog-product-view .product-options-wrapper .options-blocs .options-bloc-right, .catalog-product-view .product-options-bottom .options-blocs .options-bloc-right {
        text-align: right;
        width: auto;
        float: right;
    }

    .catalog-product-view .product-options-wrapper .options-blocs, .catalog-product-view .product-options-bottom .options-blocs {
        width: 75.5%;
    }

    .catalog-product-view .product-options-wrapper .price-box.price-final_price, .catalog-product-view .product-options-bottom .price-box.price-final_price {
        float: right;
        width: 20%;
    }

    .column.main .products-grid .product-item .product-item-info:hover .product_image .addtocart_position_2 {
        display: none;
    }

    .page-products .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
        display: none;
    }

    section.product-top {
        width: 100%;
        float: left;
        margin-bottom: 31px;
    }

    .view-en.switcher-option {
        padding-left: 20px !important;
    }

    .view-fr.switcher-option {
        padding-right: 20px !important;
    }

    .am-widget-brand-slider .amslider-header-container {
        margin-left: 15px;
    }

    html body .amslider .slide {
        max-width: 21%;
        flex-basis: 31%;
        margin-bottom: 0;
        margin-top: 0 !important;
    }

    .breadcrumbs {
        display: none;
    }

    html body .footer.content #newsletter {
        width: 160px;
    }

    .services-home-global .services-home {
        width: 100%;
        float: none;
        margin: auto 0;
        display: grid;
    }

    .services-home-global {
        background: 0 0;
    }

    html body .assurance-home .first-col {
        width: 98% !important;
    }

    .assurance-home .col-right p {
        margin-bottom: -3px;
    }

    .second-col {
        width: 100% !important;
        margin-right: 0;
        margin-left: 10px;
    }

    .category-home.quart {
        width: 46%;
    }

    .category-home.format-slide.tier:last-child {
        width: 96%;
    }

    .category-home.demi {
        width: 96%;
    }

    .category-home.tier {
        width: 46%;
    }

    section.product-top .content .cornered {
        width: 45%;
        float: left;
    }

    body.page-layout-1column.cms-index-index .page-main#maincontent,
    html .theme-pearl.cms-index-index .page-main#maincontent {
        padding-left: 92px;
        padding-right: 92px;
        margin-top: 90px;
    }

    .section-wrapper-container {
        display: block;
    }
}

@media only screen and (max-width: 1279px) {
    .page-wrapper .page-footer .footer.content .footer-v1-content .links-v1 li, .page-wrapper .page-footer .footer.content .footer-v1-content p, div.footer-v1 div.bloc1 div.contact-bloc2 > ul > li {
        margin-bottom: 20px;
        line-height: 18px;
    }

    .page-wrapper .page-footer .footer.content .footer-v1-content div.bloc-contact1 > p {
        margin-bottom: 6px;
    }

    div.footer-line > div.footer-links.footer-mobile > a {
        padding: 0 15px;
    }
}

body.page-layout-1column .page-wrapper .page-header .logo,
body.page-layout-1column .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo,
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4) .logo {
    margin-top: 0;
    top: -5px;
    left: 15px;
}

body.page-layout-1column .page-wrapper .page-header .logo img,
body.page-layout-1column .page-wrapper .page-header.sticky-header .logo img,
html body.theme-pearl .page-wrapper .page-header.sticky-header .logo img {
    height: 43px !important;
    top: 0;
}

body.page-layout-1column.checkout-index-index .header.content .minicart-wrapper.hide-jquery,
html body.theme-pearl.checkout-index-index .header.content .minicart-wrapper.hide-jquery {
    display: none !important;
}

.cms-index-index div.title.title-cat-home {
    margin-left: 15px;
}

.custom-slider .content-heading h2 {
    font-size: 20px;
    position: relative;
    text-transform: uppercase !important;
    height: 30px;
}

@media only screen and (max-width: 374px) {
    html body.catalog-product-view .box-tocart .fieldset .actions #product-addtocart-button {
        width: 215px !important;
        margin-left: 0;
    }
}

@media only screen and (max-width: 359px) {
    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo, body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo, html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        left: 55px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo, body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo, html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        left: 75px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 415px) {
    body.page-layout-1column .page-wrapper .page-header .page-header .header.content .logo, body.page-layout-1column .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo, html body.theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        left: 110px;
    }
}

@media only screen and (max-width: 639px) {
    .theme-pearl .page-wrapper .page-header.page-header-v1 .page-header .header.content .logo {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .theme-pearl .page-wrapper .page-header-v1 .page-header .header.content .action.nav-toggle {
        position: absolute;
        top: -8px;
        left: 15px;
    }
}


.columns {
    opacity: 1 !important;
    transition: opacity .2s ease-in-out;
}

.checkout-cart-index .assurance-home div.col-right p, .catalog-product-view .assurance-home div.col-right p {
    font-size: 12px;
}

@media only screen and (min-width: 1024px) {
    .catalog-product-view .assurance-home div.col-right p {
        font-size: 13px;
        line-height: 1.3;
    }
}

html body.catalog-product-view .product-options-wrapper .field .control .options-list .field .label.admin__field-label .o_dispo {
    color: #000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .category-home.format-slide div.content > div {
        opacity: 0;
    }

    .category-home.format-slide div.content:hover > div {
        opacity: 1;
    }
}

.data.item.content table#product-attribute-specs-table tbody tr td {
    width: 100% !important;
}

/*GAZ*/

#global-gaslist {
    width: 100%;
    transition: all 0.2s;
}

#global-gaslist thead th {
    padding: 10px;
    border-right: 1px solid #fff;
}

#global-gaslist thead tr {
    background: #e9e9e9;
    color: #1366bb;
    text-transform: uppercase;
}

#global-gaslist tbody th {
    padding: 10px;
    font-weight: normal;
}

#global-gaslist tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

#global-gaslist tbody tr:hover {
    background: #e1e6ec !important;
    cursor: pointer;
}

#global-gaslist tbody td {
    padding: 10px;
    font-weight: normal;
}

#global-gaslist tbody a {
    color: #1366bb;
}

#global-gaslist tbody a:hover,
#global-gaslist tbody tr:hover a {
    color: #FB5808;
}

#amasty-shopby-product-list li,
#amasty-shopby-product-list p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 0;
}

#amasty-shopby-product-list li.item.product.product-item {
    width: 24% !important;
    background: none;
    max-height: 401px;
}

.column.main #amasty-shopby-product-list .products-grid .product-item-info .product-item-details > * {
    background-color: transparent;
}

.column.main #amasty-shopby-product-list p iframe {
    margin: auto;
    display: block;
    max-width: 560px;
}

/*---------------------*/

@media only screen and (min-width: 768px) {
    .toggle.toggle-bg .togglet,
    .toggle.toggle-bg .toggleta {
        background-color: rgba(238, 238, 238, 0) !important;
    }

    #amasty-shopby-product-list > div.columns > div > h2:nth-child(1) > span:before
    .ulinks a:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 25px;
        height: 2px;
        background-color: #fb5808;
        -webkit-transition: width .4s;
        transition: width .4s;
    }

    #amasty-shopby-product-list > div.columns > div > h2:nth-child(1) > span:hover:before {
        width: 100%;
        -webkit-transition: width .4s;
        transition: width .4s;
        background-color: #fb5808;
    }

    html body .toggle.toggle-bg div.togglet {
        font-weight: 100;
        font-size: 2.3rem;
    }

    .catalog-category-view .toggle .togglet, .toggle .toggleta {
        display: table;
    }

    html body .page-wrapper .page-footer .amslider .slide {
        margin-bottom: 2px;
    }

    html body .page-wrapper .page-footer .amslider .slide.sbline {
        margin-top: 0;
        margin-bottom: 10px;
    }

    #maincontent > div.category-view > section.assurance-home {
        z-index: 2;
        position: relative;
    }
}

.category-description p a,
.cms-page-view .columns p a,
.cms-page-view .columns ul a,
.assurance-home .col-right a {
    color: #fb5808 !important;
    text-decoration: none !important;
}

.category-description p a:hover,
.cms-page-view .columns p a:hover,
.cms-page-view .columns ul a:hover,
.assurance-home .col-right a:hover {
    color: #1366bb !important;
    text-decoration: none !important;
}

.desc-details:hover {
    color: #1366bb;
}

.assurance-home a:hover {
    color: #fa5807 !important;
}

.theme-pearl.store-view-fr.cms-page-view h2,
.theme-pearl.store-view-en.cms-page-view h2 {
    font-size: 2.3rem;
}

a.btn-categ {
    color: #FB5808;
    padding: 6px 10px;
    text-align: center;
    margin: 10px 5px;
    border: 1px solid #FB5808;
    font-size: 1.3rem;
    border-radius: 50px;
}

a.btn-categ:hover {
    border: 1px solid #3E5C8E;
    color: #3E5C8E;
}

.toggle.toggle-bg .togglec h3.tab-title,
.toggle.toggle-bg .togglec h3 {
    font-size: 21px;
    font-weight: 400;
}

@media only screen and (min-width: 1024px) {
    body.catalog-product-view .assurance-home.assurance2 img.title-img {
        padding-top: 40px;
    }

    html body.catalog-product-view .assurance-home.assurance2 h3.blue-title {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .div-btn-categ {
        display: flex;
        justify-content: center;
    }

    html body .assurance-home h3:hover:before {
        width: 92%;
        -webkit-transition: width .4s;
        transition: width .4s;
        background-color: #fb5808;
    }

    #maincontent > div.columns > div > section:nth-child(20) > div.second-col.gray-border.demande-devis-home > h3 > a:hover,
    #maincontent > div.columns > div > section > div > h3 > a:hover {
        color: #000000 !important;
    }

    #maincontent > div.columns > div > section > div.second-col.gray-border.demande-devis-home > div > p {
        line-height: 1.5;
    }

    #amslider_id1 > div > div a {
        display: block;
        float: left;
    }

    .product.details.product-item-details h3.product.name.product-item-name {
        height: 73px !important;
    }

    .product.details.product-item-details h3.product.name.product-item-name a {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }

    #switcher-currency .currency-bulle-ul {
        border-radius: 5px;
        padding: 10px;
        list-style: none none;
        background: #fff;
        border: #ccc;
        margin: 4px 0 0;
        z-index: 100000;
        box-sizing: border-box;
        position: absolute;
        top: 100%;
        box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5);
        right: 0;
        min-width: 200px;
        display: none;
    }

    #switcher-currency .currency-bulle-ul:before {
        content: '';
        width: 15px;
        height: 15px;
        background: white;
        position: absolute;
        top: -4px;
        right: 12px;
        transform: rotate(45deg);
    }

    #switcher-currency .currency-bulle-li {
        font-size: 11px;
        padding: 15px 9px 0;
        text-transform: none;
        list-style: none none;
    }

    #switcher-currency .currency-bulle-span {
        text-align: center;
        color: #f85708;
        font-size: 29px;
        position: absolute;
        right: 10px;
        padding: 3px;
        cursor: pointer;
        border-radius: 50%;
        width: 16px;
        line-height: 10px;
        margin: 3px 0 3px;
        font-weight: 100;
        top: 2px;
        transition: all 0.2s;
    }

    #switcher-currency .currency-bulle-span:hover {
        color: #3E5C8E;
        transition: all 0.2s;
    }

    .category-description img.logocat {
        position: absolute;
        right: 0;
        top: -45px;
        width: 175px;
    }

    .category-description p.acc-p {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    a.btn-categ {
        display: block;
    }

    #currency-a > span {
        text-transform: none;
        display: block;
        float: right;
        color: #757474;
        font-size: 10px;
    }

    #switcher-currency-nav > div {
        display: block;
    }

    #currency-a {
        font-size: 12px;
        padding: 5px 8px;
        color: black !important;
    }

    #switcher-currency-nav > div > ul {
        width: 100%;
        box-shadow: none;
        margin-top: 12px;
    }

    #currency-bulle-ul {
        display: none !important;
    }
}

div.page-wrapper > footer p > a {
    text-decoration: none;
}

.theme-pearl .product-info-main .product.attribute.overview p strong,
.theme-pearl .product.attribute.description p strong,
.theme-pearl .product.attribute.description li strong,
#maincontent > div.columns > div > p > strong,
#maincontent > div.columns > div > div > p strong,
#maincontent > div.columns ul > li > strong {
    color: #3d5a90;
}

#newsletter-validate-detail > button:hover {
    background-color: #1a426a !important;
    border-color: #3E5C8E !important;
}

#switcher-currency > div > ul > li > a#currency-a {
    padding: 5px 8px;
    color: black !important;
}

#switcher-currency > div > ul span {
    text-transform: none;
    display: block;
    float: right;
    color: #757474 !important;
    font-size: 10px;
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
    #amasty-shopby-product-list #amasty-shopby-overlay {
        display: none !important;
    }
}

.checkout-cart-index .widget.block.block-static-block {
    padding: 10px;
    background: white;
    color: black;
    box-shadow: 0 3px 3px rgba(204, 204, 204, 0.28);
    border: 1px solid #1366bb;
    display: block;
    margin: 30px auto 0;
    max-width: 1200px;
    width: 95%;
    display: none;
}

@media only screen and (max-width: 767px) {
    .checkout-cart-index .widget.block.block-static-block {
        margin: 0 auto 0;
    }
}

body.page-layout-1column .page-wrapper .breadcrumbs ul.items li.item strong {
    font-size: 1.2rem !important;
}

body.product-page-v1.theme-pearl.store-view-fr .product-options-wrapper .field.required .control div.mage-error {
    width: 250px;
    font-size: 1.4rem;
    text-transform: uppercase;
    background: #f7a68b38;
    padding: 10px;
    color: #ff0a0a;
}

body.product-page-v1.theme-pearl.store-view-fr .product-options-wrapper .field.required .control div.mage-error:after {
    content: unset;
}

body.product-page-v1.theme-pearl.store-view-fr .product-options-wrapper .field.required .control div.mage-error:before {
    -webkit-font-smoothing: antialiased;
    font-size: 1.5rem;
    line-height: inherit;
    content: '\e621';
    font-family: luma-icons;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #ff0a0a;
    margin-top: -4px;
    margin-right: 24px;
}

.category-description > div > div {
    display: block !important;
    padding: 0 !important;
}

#amasty-shopby-product-list .products-grid .product-item .product-item-info .product_image .addtocart_position_2 {
    display: none;
}

#amasty-shopby-product-list .products-grid .product-item .product-item-info:hover .product_image .addtocart_position_2 {
    display: block;
    width: auto !important;
}

a.weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none !important;
}

.column.main .products-grid .product-item .product-item-info:hover a.weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block !important;
}

@media only screen and (max-width: 1264px) {
    .column.main .products-grid .product-item .product-item-info .product_image .addtocart_position_2 {
        width: 0;
        visibility: hidden;
    }

    .column.main .products-grid .product-item .product-item-info:hover .product_image .addtocart_position_2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #amasty-shopby-product-list li.item.product.product-item {
        width: 32% !important;
        background: none;
        max-height: 401px;
    }
}

@media only screen and (max-width: 768px) {
    #amasty-shopby-product-list li.item.product.product-item {
        width: 50% !important;
        height: auto !important;
    }

    .column.main .products-grid .product-item .product-item-info:hover a.weltpixel-quickview.weltpixel_quickview_button_v2 {
        display: none !important;
    }

    .theme-pearl .page-wrapper .page-header-v1 .header.content .block.block-search {
        float: right;
    }
}

.amslider.ambrands-slider .ambrands-inner {
    padding: 0;
}

@media (min-width: 768px) {
    .theme-pearl .box-gotoproduct {
        width: 60%;
        float: right;
    }

    .opc-progress-bar .opc-progress-bar-item._active:before {
        background: #ff5501;
        border-color: #ff5501;
    }

    .opc-progress-bar .opc-progress-bar-item._active > span:before {
        background: #ff5501;
        border-color: #ff5501;
    }

    .opc-progress-bar .opc-progress-bar-item._active > span:after {
        border-color: #ff5501;
    }

    #checkout-shipping-method-load .table-checkout-shipping-method {
        width: 100%;
    }

    #checkout-shipping-method-load .table-checkout-shipping-method thead th.col.col-method {
        min-width: 140px;
    }

    #checkout-shipping-method-load .table-checkout-shipping-method thead th,
    #checkout-shipping-method-load .table-checkout-shipping-method tbody td {
        text-align: center;
    }
}

#co-payment-form .fieldset > hr {
    display: none;
}

.theme-pearl .box-gotoproduct .fieldset:last-child {
    margin: 0;
}

.wp-product-label-extra {
    padding: 0;
    margin: 0;
    float: none;
}

.nav-sections .megamenu a.bold-menu, .nav-sections .megamenu a:hover,
.nav-sections .megamenu.level1:not(.parent):hover, .nav-sections .megamenu.level2:hover {
    text-shadow: 0 0 0 #000 !important;
    color: #000 !important;
}

.catalog-product-view .box-tocart .fieldset.qp-simple {
    padding-top: 0;
    clear: none;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price span.price {
    font-size: 14px;
}


.opc#checkoutSteps strong:first-child {
    display: block;
    margin: 0;
}

.opc#checkoutSteps li .step-title.title {
    border-top: unset;
    margin: 0;
    padding: 0 0 10px;
}

.opc#checkoutSteps li .step-title.title strong {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 2.6rem;
    color: #2a659f;
}

.opc#checkoutSteps li#billing.active .step-title strong:after {
    transform: rotate(180deg);
    transition: all 0.6s;
}

.opc#checkoutSteps li#billing .step-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons', monospace;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 10px;
    transition: all 0.6s;
}

.opc#checkoutSteps #checkout-step-billing > fieldset.fieldset {
    margin: 0;
}

.opc#checkoutSteps .fieldset:last-child {
    margin-bottom: 0;
}

.miniquote-items .product.actions .secondary .action.delete:before {
    content: '\e604';
}

.miniquote-items .product .active > .toggle:after {
    content: '\e621';
    font-family: 'luma-icons';
}

.checkout-cart-index .cart-container .cart-summary .items .item .action.primary.checkout {
    display: none;
}

.form.create.account.form-create-account {
    display: flex;
    flex-direction: column;
}

.form.create.account .fieldset.create.info {
    order: 0;
}

.form.create.account .fieldset.address {
    order: 2;
}

.form.create.account .fieldset.create.account {
    order: 3;
}

.form.create.account .fieldset.additional_info {
    order: 4;
}

.form.create.account .fieldset.admin__fieldset.user-defined {
    order: 1;
}

.form.create.account .actions-toolbar {
    order: 5;
}

.fieldset.admin__fieldset.user-defined .admin__legend.step-title {
    display: none;
}

/*
Test Account*/

/**
 * Global Styles & Utilities
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:active,
a:hover {
    outline: 0;
    color: #444;
    text-decoration: none;
}

.theme-pearl.store-view-fr a:hover {
    color: #fb5808;
}

/* Simple clearfix */
.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}


/**
 * Collapsible Navigation Block
 */
.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0;
}

.block-collapsible-nav .item {
    margin: 3px 0 0;
    list-style: none!important
}
.account li.item{
    list-style: none!important
}

.block-collapsible-nav .item:first-child {
    margin-top: 0;
}
.account  ul.items.order-links {
    margin-bottom: 0;
}

.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 18px 5px 15px;
}

.block-collapsible-nav .item a {
    text-decoration: none;
}

.block-collapsible-nav .item a:hover {
    background: #e8e8e8;
}

.block-collapsible-nav .item.current > strong {
    border-color: black;
    color: #000000;
    font-weight: 600;
}

.block-collapsible-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem;
}


/**
 * Mobile-specific styles (<= 768px)
 */
@media only screen and (max-width: 768px) {
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px !important;
        float: none;
    }

    .block-collapsible-nav {
        left: 0;
        position: absolute;
        top: -21px;
        width: 100%;
        z-index: 5;
    }

    .block-collapsible-nav .title {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        cursor: pointer;
        margin-bottom: 0;
        padding: 10px 40px 10px 15px;
        display: block;
        text-decoration: none;
        position: relative;
    }

    .block-collapsible-nav .title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: 'luma-icons';
        content: '\e622';
        font-size: 12px;
        line-height: inherit;
        color: inherit;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute;
        right: 20px;
        top: 10px;
        margin: 3px 0 0 0;
        vertical-align: middle;
        display: inline-block;
    }

    .block-collapsible-nav .content {
        border-bottom: 1px solid #cccccc;
        display: none;
    }

    .account .block-collapsible-nav {
        top: 0px;
        z-index: 1;
    }
}


/**
 * Desktop and larger screens (>= 769px)
 */
@media screen and (min-width: 769px) {
    /* Accessibility: hide title on desktop */
    .block-collapsible-nav .title {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .page-main .block {
        margin-bottom: 50px;
    }

    .sidebar-main {
        box-sizing: border-box;
        padding-right: 2%;
    }

    .page-layout-2columns-left .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .account.page-layout-2columns-left .sidebar-main {
        width: 22.3%;
    }

    .account.page-layout-2columns-left .sidebar-main .block {
        margin-bottom: 0;
    }
}


/**
 * Print styles
 */
@media print {
    .page-main .block {
        margin-bottom: 50px;
    }
}
