/* Custom code goes here - paste your css code below in line 3 */


/* ajout honeypot captusite */
.contact-form .sticky, .register-form .sticky {
    display: none;
}

@media (min-width: 991px) {
    .col-width-20 {
        width: 36% !important; /*20*/
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .col-width-20 {
        width: 32% !important; /*20*/
    }
}

@media (min-width: 991px) {
    .col-width-5 {
        width: 5% !important;
    }

    .col-width-37-5 {
        width: 37.5% !important;
    }

    .hidden-lg {
        display: none !important;
    }
}


body .btn-primary, body .btn-primary.disabled, body .btn-primary:disabled, body .btn-primary.disabled:hover {
    border-radius: 5px;
}

/************ header **************/

#header .bg_header {
    /*background-image: url("../img/ellipse.svg");
    background-repeat: no-repeat;
    background-size: contain;*/
    background: radial-gradient(#fff 26%, transparent 75%);
    left: -20%;
    position: absolute;
    width: 400px;
    height: 400px;
    top: -130px;
    z-index: 0;
    pointer-events: none;
}

#header .banner {
    background-color: #1A8243;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding-top: 13px;
    padding-bottom: 13px;
    text-transform: uppercase;
}

nav.header-nav {
    font-size: 14px;
}

/* bloc reassurance */

.header-nav #block-reassurance {
    margin-top: 0;
    display: block !important;
}

.header-nav #block-reassurance img {
    height: 36px;
    width: inherit;
    margin-right: 3px;
}

.header-nav #block-reassurance i {
    font-size: 36px;
    vertical-align: bottom;
    color: #df650e;
    padding-right: 5px;
}

.header-nav #block-reassurance i.fa-cc-visa {
    padding-right: 15px;
}

.header-nav #block-reassurance li .block-reassurance-item {
    padding: 6px 10px;
}

/*contact*/

#_desktop_contact_link {
    float: right;
    margin-top: 7px;
}
@media (max-width: 767px) {
    #_desktop_contact_link {
        float: none;
        text-align: center;
    }
}

#_desktop_contact_link #contact-link a {
    color: #df650e;
    font-weight: bold;
}

#_desktop_contact_link #contact-link a:hover {
    color: #1A8243;
}

div#_desktop_search_widget {
    float: left !important;
    padding-top: 50px;
    padding-bottom: 0;
}

#_desktop_top_menu {
    background: transparent linear-gradient(90deg, #F2CB00 0%, #DF650E 24%, #DF650E 50%, #DF650E 76%, #F2CB00 100%) 0% 0% no-repeat padding-box !important;
}

/* moteur de recherche */
div#search_widget {
    border: 2px solid #F2CB00;
    border-radius: 5px;
    padding: 12px;
}

div#search_widget form input[type=text] {
    border: 0;
    border-bottom: 1px solid #404040;
    padding: 10px 0;
    height: 20px;
}

div#search_widget form input[type=text]::placeholder {
    letter-spacing: 2.1px;
    color: #404040;
    text-transform: uppercase;
    opacity: 0.7;
}

div#_desktop_search_widget p {
    /*letter-spacing: 1.6px;*/
    color: #DF650E;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-top: 13px;
}

div#search_widget form button[type=submit] {
    background: #fff !important;
    top: -12px;
    right: -12px;
    height: 45px;
    width: 34px;
    line-height: 40px;
    padding: 0;
}

div#search_widget form button[type=submit] i {
    color: #404040;
}

/* bloc mon compte */
div#_desktop_user_info {
    float: left;
    margin-top: 65px;
    color: #404040;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-size: 15px;
    padding-right: 1px;
    padding-left:10px;
}

div#_desktop_user_info #liste_header li {
    display: inline-block;
    min-height: 60px;
}

div#_desktop_user_info .hidden-sm-down a {
    border: 2px solid #F2CB00;
    border-radius: 5px;
    transition: 0.3s;
    padding: /*14px 16px 13px;*/ 13px 14px;
}

div#_desktop_user_info .hidden-sm-down a.account {
    margin-right: 8px;

    letter-spacing: 1px;

}

/*.header-top #lien_devis_perso, .header-top #lien_vues_eclatees {
    border: 2px solid #F2CB00;
    border-radius: 5px;
    transition: 0.3s;
    padding: 14px 16px 13px;
    display:inline-block;
}*/


@media (max-width: 767px) {
    .form-maker-form .col-md-2 {
        margin: 50px 0 -10px;
    }
}

div#_desktop_user_info i {
    color: #404040;
    font-size: 20px;
    transition: 0.3s;
}

div#_desktop_user_info .hidden-sm-down a:hover {
    background: #df650e;
    color: #fff;
    text-decoration: none;
}

div#_desktop_user_info .hidden-sm-down a:hover i {
    color: #fff;
}

/* bloc panier */
#header div#_desktop_cart {
    float: none;
    width: inherit;
    position: static;
}

#header div#_desktop_cart .blockcart .header {
    background: #fff !important;
    border: 2px solid #F2CB00;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
}
@media (max-width: 1400px) {
    #header div#_desktop_cart .blockcart .header {
        margin-top: -145px;
    }
}

#header div#_desktop_cart .blockcart .header a.cart_link {
    padding: 14px 8px 13px 36px;
}

#header div#_desktop_cart .blockcart .header a.cart_link i {
    top: 13px;
}

#header div#_desktop_cart .blockcart .header a.cart_link, #header div#_desktop_cart .blockcart .header a.cart_link i {
    color: #404040 !important;
    transition: 0.3s;
}

#header div#_desktop_cart .blockcart .header a.cart_link:hover {
    background: #df650e;
    color: #fff !important;
}

#header div#_desktop_cart .blockcart .header a.cart_link:hover i {
    color: #fff !important;
}

#header #subcart {
    top: 50px;
    right: 0;
}

#subcart ul.cart_products li .cart_right .product-price, #subcart ul.cart-subtotals li .value {
    color: #df650e;
}

.button-container .add-to-cart, .button-container .add-to-cart:disabled, #subcart .cart-buttons .viewcart, body#view ul li.wishlist-products-item .wishlist-product-bottom .btn-primary {
    border-radius: 5px;
    transition: 0.3s;
}

.stickycart_yes.sticky_cart #header div#_desktop_cart .blockcart .header a.cart_link {
    border-radius: 50%;
}

/* menu */
#_desktop_top_menu > ul {
    text-align: center;
}

#_desktop_top_menu > ul > li {
    float: none;
    display: inline-block;
}

#_desktop_top_menu > ul > li:first-child {
    display: none;
}

#_desktop_top_menu > ul > li > a {
    font-weight: 500;
    letter-spacing: 2.4px;
    padding: 18px;
}

#_desktop_top_menu > ul > li > a.sf-with-ul:after {
    line-height: 20px;
}

.cart-summary-line .value, body#checkout #cart-summary-product-list li .product-price {
    color: #df650e;
}

/************ content ************/

/* breadcrumb */
@media (min-width: 768px) {
    #wrapper .breadcrumb ol {
        border: 2px solid #F2CB00;
        border-radius: 5px;
    }
}

#wrapper .breadcrumb li a {
    color: #1A8243;
}


.row_shortcuts {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .row_shortcuts {
        display: flex;
    }

    .row_shortcuts .col-xs-12 {
        display: flex;
        flex-wrap: wrap;
    }
}

.shortcut_blocs {
    background-color: #DF650E;
    color: #fff;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5vw;
    letter-spacing: 0px;
    width: 100%;
    font-weight: 700;
}

.shortcut_blocs a {
    color: #fff;
    display: block;
    padding: 35px;
    transition: 0.3s;
}

.shortcut_blocs a:hover {
    text-transform: none;
    background-color: #1A8243;
    border-radius: 5px;
}

.shortcut_blocs .button {
    border: 2px solid #F2CB00;
    border-radius: 5px;
    background: none;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    letter-spacing: 2.4px;
    font-size: 1vw;
    padding: 10px 30px;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
}

.shortcut_blocs i {
    font-size: 3vw;
}

.shortcut_blocs .col-lg-2 {
    text-align: center;
}

/******** produits homepage ********/


.index_title {
    text-align: center;
    border: none;
}

#index .tabs ul.nav-tabs li.nav-item a.active, #index .tabs ul.nav-tabs li.nav-item a:hover, .index_title a, .index_title span {
    border: none;
    color: #1A8243;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: none;
    margin-top: 40px;
}

.pl_border_type2 div#content-wrapper .products .product-miniature .thumbnail-container {
    border: none;
    box-shadow: none;
    padding: 5px;
}

.product-image-container a.thumbnail.product-thumbnail {
    padding: 8px;
}

.product-image-container {
    box-shadow: 0px 0px 20px #00000042;
    border-radius: 5px;
}

.products .product-miniature .product-title a, #home_cat_product ul li .right-block .name_block a {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #1A8243;
    text-transform: none;
}

.products .product-miniature .product-title {
    height: auto !important;
    margin-bottom: 10px;
    margin-top: 20px;
}

.products .product-miniature span.price, #home_cat_product ul li .product-price-and-shipping .price, .ui-widget .search_right span.search_price, body#view #main .wishlist-product-price, .product-price-and-shipping span.regular-price {
    letter-spacing: 1px;
}

.product-image-container a.quick-view {
    bottom: 9%;
    top: inherit;
    background: #fff;
    width: inherit;
    width: 45px;
    height: 45px;
    border: 2px solid #F2CB00;
    border-radius: 5px;
    padding-top: 9px;
    left: -21%;
    transition: 0.3s;
}

.product-image-container a.quick-view i {
    display: inline-block;
    color: #DF650E;
}

.product-image-container a.quick-view:hover, .product-image-container .ajout_panier_rapide .btn:hover {
    background: #DF650E;
    color: #fff;
}

.product-image-container a.quick-view:hover i, .product-image-container .ajout_panier_rapide .btn:hover i {
    color: #fff;
}

.pl_border_type2 div#content-wrapper .products .product-miniature .thumbnail-container:hover {
    box-shadow: none;
}

.product-image-container .ajout_panier_rapide {
    display: none;
    position: absolute;
    bottom: 9%;
    left: 52%;
}

.product-image-container .ajout_panier_rapide i {
    color: #DF650E;
}

.product-image-container .ajout_panier_rapide .btn {
    border: 2px solid #F2CB00;
    border-radius: 5px;
    width: 45px;
    padding: 8px;
    height: 45px;
    background: #fff;
    transition: 0.3s;
}

.products .product-miniature .thumbnail-container:hover .ajout_panier_rapide {
    display: block;
}

a.product-flags-plist {
    display: none;
}

.tax-price{
    font-size: 13px;
}

/* parallax banner */
#parallax_baner .parallax_desc p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}

#parallax_baner .row {
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    margin-top: 50px;
}

#parallax_baner .col-lg-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*quickview*/
.quickview h1, h1.product_name {
    text-transform: none;
    color: #1A8243;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}

.block-social ul li {
    background: #1A8243 !important;
    line-height: 2 !important;
}

.product-add-to-cart button.btn.add-to-cart, .product-add-to-cart button.btn.add-to-cart:disabled {
    border-radius: 5px;
    border-width: 2px;
    transition: 0.3s;
}

/******** page categories ******/

#category_desc .category-desc .cat_name {
    color: #1A8243;
}

#subcategories ul li h2 .subcategory-name {
    color: #1A8243;
    font-size: 14px;
}

#subcategories {
    border: none;
}

#category .product-image-container img {
    max-width: 259px;
}

/* code ajouté par CVMH dand la desc des categories */
#category_desc #read_more {
    color: #ffaa00;
    text-align: center;
    margin: 2% 40%;
    text-transform: uppercase;
    text-decoration: underline;
    cursor:pointer;
}

#category_desc #read_less {
    color: #ffaa00;
    text-align: center;
    margin: 40%;
    text-transform: uppercase;
    text-decoration: underline;
    cursor:pointer;
}

#category_desc #expandable {
    display: none;
}

.flag-origine {
    position: absolute;
    right: 5px;
    top: 5px;
    max-width: 75px !important;
}

/******** vues eclatees ********/
.vue_eclatee {
    min-height: 140px;
    margin-bottom: 28px;
    box-shadow: 0px 0px 20px #00000042;
    border-radius: 5px;
    padding: 10px;
}
.vue_eclatee img {
    max-height: 45px;
    margin-bottom: 25px;
}

#subcategories_vueseclatees .panel {
    border: 1px solid #e3e3e3;
    margin: 0 0 10px;
}

#subcategories_vueseclatees .panel h2 {
    margin-bottom: 0;
    font-size: 16px;
}

#subcategories_vueseclatees .panel h2 a[aria-expanded=true] {
    text-decoration: underline;
}

#subcategories_vueseclatees .panel h2 a {
    color: #df650e;
    display: block;
    padding: 15px;
}

#subcategories_vueseclatees .subcategories_liste h3 {
    color: #1A8243;
    font-size: 14px;
    padding-left: 15px;
}

/******** page produits *******/
.product-quantity #quantity_wanted {
    border: 2px solid #F2CB00;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product-quantity .bootstrap-touchspin .btn-touchspin {
    border-top: 2px solid #F2CB00;
    border-bottom: 2px solid #F2CB00;
    border-right: 2px solid #F2CB00;
}

.product-quantity .bootstrap-touchspin .bootstrap-touchspin-up {
    border-top-right-radius: 5px;
}

.product-quantity .bootstrap-touchspin .bootstrap-touchspin-down {
    border-bottom-right-radius: 5px;
}

.page-product-heading, .tabs ul.nav-tabs {
    border-bottom: none;
}

#product .tabs ul.nav-tabs li.nav-item a.active, #product .tabs ul.nav-tabs li.nav-item a:hover, #product .index_title span, .page-product-heading span, body #product-comments-list-header .comments-nb {
    color: #1A8243;
}

.product_disponibilite .product-quantities {
    position: absolute;
    left:15px;
    top:15px;
}

.product-information .product_desc {
    border-top: none;
}

.product-prices, .social-sharing {
    border-top: none;
}

/********detail produit ***********/

.product-quantities label {
    padding: 10px;
}

.product-quantities .en_stock {
    background: #1A8243;
    color: #fff;
}

.product-quantities .stock_limite {
    background: #df650e;
    color: #fff;
}

.product-quantities .stock_epuise {
    background: #ff0000;
    color: #fff;
}


/* colonne gauche */
.columns .text-uppercase a, .columns .text-uppercase span, .columns div#_desktop_cart .cart_index_title a, #home_man_product .catprod_title a span {
    color: #1A8243;
}

.columns .text-uppercase {
    border: none;
}

/***panier ****/
body .blockreassurance_product {
    display: none;
}

.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    border: 2px solid #F2CB00;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-top: 2px solid #F2CB00;
    border-bottom: 2px solid #F2CB00;
    border-right: 2px solid #F2CB00;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-top-right-radius: 5px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-bottom-right-radius: 5px;
}

.product-line-grid-body > .product-line-info > .label_name {
    color: #1A8243;
    text-transform: none;
    margin-top: 0;
}

.product-line-grid-right .cart-line-product-actions strong, .product-line-grid-right .product-price strong, .cart-grid .current-price span {
    color: #DF650E;
}

.product-cover{
    max-width: 300px;
    margin: 0 auto 20px;
    border: none;
}

/*** paiement ***/
.payment-options img {
    max-height: 30px;
}


/************ footer ************/
.footer-container {
    font-weight: 300;
}

.footer-container .h3 span, .footer-container .h3 a, .footer-container .links .title span.h3, .footer-container .links .title a.h3 {
    padding: 0;
}

.footer-container .h3, div#angarinfo_desc p.h3 {
    font-size: 18px;
}

.footer-container .h3 {
    font-family: 'Open sans', sans-serif;
    margin-bottom: 16px;
}

div#angarinfo_desc p.h3 {
    margin-bottom: 20px;
}

.footer-container li {
    /* line-height: 26px; */
    padding-top: 5px;
    /*padding-bottom: 5px;*/
}

/* reassurance */
#footer .blockreassurance {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}

#footer .blockreassurance .block-element {
    margin-bottom: 30px;
}

#footer .blockreassurance .block-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

#footer .blockreassurance .block-icon {
    height: inherit;
    text-align: center;
}

#footer .blockreassurance .block-icon img, #footer .blockreassurance .block-icon svg {
    max-height: 100px;
    width: 100px;
}

#footer .blockreassurance a {
    color: #DF650E;
    letter-spacing: 2.85px;
    text-transform: uppercase;
    font-weight: 500;
}

#footer .blockreassurance a:after {
    content: " >";
    font-weight: 500;
}

#footer .block-contact span {
    font-weight: bold;
    color: #F2CB00;
}

/* page contact */
.contact-rich .store-item {
    margin-top:15px;
    padding:15px;
}
.contact-rich .store-item ul {
    margin-bottom: 0;
}
.contact-rich .store-item td {
    padding-left: 0.375rem;
}


#homepage-slider {
    margin-top: 0;
}



/** RWD **/

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
        width: 100%;
    }

    .header-top .logo {
        max-height: 200px !important;
        position: absolute;
        top: -45px;
        left: -30px;
    }

    #_desktop_logo {
        height: 155px;
    }
}

/* MD */

@media (min-width: 1200px) and (max-width: 1399px) {
    #_desktop_logo {
        height: 155px;
    }

    .header-top .logo {
        max-height: 200px !important;
        position: absolute;
        top: -45px;
        left: -30px;
    }

    .header-nav #block-reassurance img, .header-nav #block-reassurance i {
        display: none;
    }

    .header-nav #block-reassurance {
        text-align: right;
    }

    div#_desktop_user_info .title_aide {
        display: none;
    }

    div#_desktop_user_info .hidden-sm-down a span {
        /*display: none;*/
    }
}

@media (max-width: 1200px) {
    #header .bg_header {
        display: none;
    }

    .header-nav #block-reassurance img, .header-nav #block-reassurance i {
        display: none;
    }

    .header-nav #block-reassurance {
        text-align: right;
    }

    div#_desktop_user_info {
        margin-top: 48px;
        text-align: right;
    }

    div#_desktop_user_info .hidden-sm-down a span {
        display: none;
    }

    div#_desktop_user_info .hidden-sm-down a.account {
        /* display: none;*/
    }

    div#_desktop_user_info .hidden-sm-down a {
        /*padding: 10px;*/
    }

    div#_desktop_search_widget {
        width: 43%;
        padding-top: 35px;
    }

    div#_desktop_search_widget p {
        display: none;
    }

    #header div#_desktop_cart .blockcart .header {
        margin-top: 5px;
    }

    #homepage-slider {
        margin-top: 0;
    }

    #footer .blockreassurance .block-icon img, #footer .blockreassurance .block-icon svg {
        width: auto;
        max-width: 100%;
    }
}

.card-header{
    background: #1a8243;
    color: #fff;
}
.PM_ASBlockOutputVertical .PM_ASBlockNbProductValue{
    opacity: 1;
}

@media (min-width: 767px) and (max-width: 1199px) {
    div#_desktop_user_info .hidden-sm-down a span {
        display: initial;
    }
    div#_desktop_search_widget {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    div#_desktop_user_info {
        /*text-align: right;*/
        padding-right: 25px;
    }

    div#_desktop_user_info span {
        display: none;
    }

    #header div#_desktop_cart {
        margin-left: 15px;
    }
}


@media (max-width: 992px) {
    .shortcut_blocs {
        margin-bottom: 20px;
        font-size: 2vw;
    }

    .shortcut_blocs a {
        padding: 25px;
    }

    .shortcut_blocs .hidden-md {
        display: none;
    }
}

@media (max-width: 768px) {
    .shortcut_blocs {
        text-align: center;
        font-size: 18px;
    }

    .shortcut_blocs a {
        padding: 20px;
    }

    .shortcut_blocs .button {
        font-size: 12px;
    }

}

#scroll_top{
    display: none !important;
}
.grecaptcha-badge{
    opacity: 0;
}