body {
    margin: 0;
}
body#index #main .page-content,
body#cms #main .page-content,
body#index #main .page-footer,
body#cms #main .page-footer,
body#index #main .page-header,
body#cms #main .page-header,
body#index #footer {
    margin: 0 auto;
    padding-top: 0;
}

.page-content.page-cms ul, p {
    color: inherit;
}
.page-content.page-cms ul {
    margin: 0 2em;
}
.page-content.page-cms ul li {
    padding: 5px 0;
}

#footer {
    padding-top: 0;
}

.breadcrumb {
    background-color: transparent;
}
.breadcrumb ol {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    float: left;
}
.breadcrumb li a {
    color: #414141 !important;
}
.breadcrumb li a:hover {
    color: #2CBAD8 !important;
}
.breadcrumb li::after {
    margin: 0.3125rem;
    color: #7a7a7a;
    content: "/";
}
.breadcrumb li:last-child::after {
    content: "";
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    border-width: 2px;
}

.done {
    color: #86BC21;
}

/* Sticky btn Quotation / devis */
#quoteLink .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
}
#quoteLink .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: none;
}
#quoteLink .elementor-icon-box-wrapper:hover .elementor-icon-box-content {
    display: block;
}
#quoteLink .elementor-icon-box-wrapper:hover .elementor-icon-box-content a {
    color: #86BC21 !important;
}
#quoteLink .elementor-icon-box-wrapper .elementor-icon-box-icon a {
    color: white !important;
}
#quoteLink .elementor-icon-box-wrapper .elementor-icon-box-icon a:hover {
    color: #86BC21 !important;
    border: 1px solid #86BC21;
}

/* Navigation */
#cbp-hrmenu .cbp-hrsub-inner a, #cbp-hrmenu .cbp-hrsub-inner a:link, #cbp-hrmenu1 .cbp-hrsub-inner a, #cbp-hrmenu1 .cbp-hrsub-inner a:link {
    text-transform: uppercase;
    font-weight: 500;
}
.cbp-hrmenu ul a {
    padding: 10px 20px;
}
.cbp-hrmenu .cbp-links li {
    border-bottom: 1px solid #e8e8e8;
}
.cbp-hrmenu .cbp-hrsub-inner > .row:last-child {
    margin-bottom: 0;
}
.cbp-hrmenu .cbp-menu-column {
    margin-top: 0;
}
.cbp-hrmenu .cbp-links li a:before {
    left: initial;
    right: 3px;
}
.cbp-hrmenu .cbp-links li a:hover:before {
    left: initial;
    right: 0;
}

/* Quotation quick link */
#header .quotation_cart span.ajax_quote_quantity {
    text-align: center;
}
.btn.add-to-quote:hover> svg {
    fill: #24b9d7;
}
.quote_quantity_wanted.form-control {
    padding: 5px 12px !important;
}
.quotationspro_request.notes {
    background-color: transparent;
}
.quotationspro_request .customer-copy-checkbox .field-label {
    color: #24b9d7;
}

/* HOME */
@media (max-width: 1203px) {
    #blockPartner .elementor-container {
        max-width: 100%;
    }
}

/* Product */
.ce-product-variants__radio[data-product-attribute="6"] {
    display: none;
}
.thumbAttribute {
    width: 90px !important;
    height: 90px !important;
    display: block;
}

/* Cart */
.cart-overview.js-cart ul.cart-items li:nth-child(odd) {
    background-color: #F5F5F5;
}

/* Tunnel */
body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #2CBAD8;
}
.form-control:focus {
    outline-width: 0.1rem;
}

/* Account pages */
.page-authentication #content, .page-registration #content {
    max-width: initial;
}
.page-customer-account #main footer.page-footer,
.page-addresses #main footer.page-footer {
    margin-bottom: 3em;
}
.form-footer {
    text-align: center;
}
.float-xs-right {
    float: none !important;
}
@media (max-width: 1203px) {
    .float-xs-right {
        float: right !important;
    }
}
.register-form label {
    margin-bottom: 0;
    font-size: .8em !important;
}
.register-form .form-group .custom-checkbox {
    display: block;
    margin-bottom: -1em;
}
.register-form .form-group.row:last-child {
    margin-bottom: 4em;
}
.custom-checkbox input[type=checkbox]+span {
    width: 1.25em;
    height: 1.25em;
}

/* Devis express (contact form 7) */
.grecaptcha-badge {
    z-index: 1;
}
#quoteForm h3 {
    color: #2CBAD8;
    text-transform: none;
    text-align: center;
    margin-bottom: 2em;
}
#quoteRequestForm .row {
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
    margin-bottom: 20px;
}
#quoteRequestForm input, #quoteRequestForm textarea {
    border-color: #e8e8e8;
}

#quoteRequestForm .form-control:focus {
    outline-width: 1px;
    outline-color: #2CBAD8;
    border-color: transparent;
}
#quoteRequestForm input[type=submit] {
    font-size: 1em;
    border-color: #2CBAD8;
}

/* Other forms */
form label p {
    display: inline;
    font-size: 1em;
    color: #232323;
}

/* Blog */
#module-prestablog-blog #content-wrapper {
    margin-top: 3em;
}
#module-prestablog-blog h1 span {
    font-size: 1rem;
    font-weight: normal;
}

#blog_list_1-7 {
    margin: 0 -10px 3em -10px;
}
@media (min-width: 768px) {
    #blog_list_1-7 li {
        width: 50% !important;
    }
}
@media (min-width: 1024px) {
    #blog_list_1-7 li {
        width: 33% !important;
    }
}
#blog_list_1-7 .block_cont, .prestablog .block_cont {
    border: none;
}
#blog_list_1-7 li:hover .block_cont, .prestablog:hover .block_cont {
    box-shadow: none;
    -webkit-box-shadow: none;
}
#blog_list_1-7 .blog-grid .block_bas {
    padding: 20px 0 10px 0;
}
#blog_list_1-7 .prestablog_more {
    background-color: transparent;
}
#blog_list_1-7 .prestablog_more .blog_link {
    padding: 10px;
    display: flex !important;
    flex-direction: row !important;
    text-transform: uppercase;
    justify-content: center;
    border: 1px solid #2CBAD8;
    width: fit-content;
    height: auto;
    font-size: 1rem;
    color: #2CBAD8;
}
#blog_list_1-7 .prestablog_more .blog_link:hover {
    background-color: #2CBAD8;
    color: white;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
#blog_list_1-7 .prestablog_more .blog_link i {
    font-size: 20px;
    transition: none;
}

/* sidebar : list category */
#right-column h4.title_block {
    font-size: 1.5em;
}
#prestablog_bloc_search .btn.button-search {
    background: #eee;
    border: 1px solid #2CBAD8;
}
#prestablog_bloc_search .btn.button-search:after {
    left: 15px;
}
.chevronBefore::before {
    font-family: "Material Icons",Arial,sans-serif;
    vertical-align: text-bottom;
    content: "\e5cc";
    font-size: 20px;
    line-height: 1;
    color: black;
}

/* Lastest articles */
.lastArticle {
    font-size: .9em;
}
.lastArticle a {
    text-decoration: none;

}
.lastArticle .dateArticle {
    font-size: 12px;
}
.lastArticle .resumeArticle {
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 14px;
    display: inline-block;
    line-height: 1.2em;
}
#prestablog_lastliste .btn-primary,
#prestablog_catliste .btn-primary,
#prestablog_dateliste .btn-primary {
    letter-spacing: initial;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #2CBAD8;
}
#prestablog_lastliste .btn-primary:hover,
#prestablog_catliste .btn-primary:hover,
#prestablog_dateliste .btn-primary:hover {
    text-decoration: none;
    border: 1px solid #2CBAD8;
    color: #2CBAD8;
}

/* Article */
#prestablogfront {
    border: 0;
    padding-top: 2em !important;
}
#prestablogfront,
.prestablogExtra {
    border: 0;
    padding: 0;
}
#prestablogfront h1 {
    margin-bottom: 0;
}
#prestablogfront .prestablogtitle {
    margin: 20px 0;
    font-size: .9em;
}

#prestablogfront h2,
#prestablogfront h3,
#prestablogfront h4,
#prestablogfront h5,
#prestablogfront h6,
#prestablogauthor h1,
#prestablogauthor h2,
#prestablogauthor .prestablogtitle {
    border: 0;
    text-align: inherit;
    margin: 0;
    padding: 1.5em 0 15px 0;
}
#prestablogfront .details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2em;
}
#prestablogfront .details time.date,
#prestablogfront .details .info_blog {
    margin: 0;
}
#prestablogfront .details time.date span,
#prestablogfront .details .info_blog span {
    padding: 0 10px 0 0;
}
#prestablogfront .elementor-column > .elementor-element-populated {
    padding: 10px 0;
}

ul.blogsoc-buttons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
    margin-top: -10px;
    padding-left: 0;
}
ul.blogsoc-buttons li {
    margin: 0 10px;
    width: 25px;
    height: 25px;
}
ul.blogsoc-buttons li:first-child {
    margin-left: 0;
}
ul.blogsoc-buttons li .blogsoc-icon-container {
    width: 35px;
    height: 35px;
}
ul.blogsoc-buttons li a {
    display: inline-block;
}
.blogsoc-buttons .blogsoc-icon {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 1px solid #eee;
    border-radius: 30px;
}
.blogsoc-facebook:hover .blogsoc-icon,
.blogsoc-twitter:hover .blogsoc-icon,
.blogsoc-linkedin:hover .blogsoc-icon,
.blogsoc-email:hover .blogsoc-icon,
.blogsoc-pinterest:hover .blogsoc-icon {
    background-color: #2CBAD8 !important;
}
.blogsoc-buttons .blogsoc-icon svg {
    fill: rgba(38, 45, 51, 0.5);
    width: 20px;
    height: 20px;
    fill: #2CBAD8;
}
.blogsoc-buttons .blogsoc-icon:hover svg, .blogsoc-buttons .blogsoc-icon svg:hover {
    fill: white;
}

#subcategories ul li .subcategory-image a {
   /* display: block;
    padding: 9px;
    border: 2px solid #2cbad8;*/
}

#products .thumbnail-top a{
    /*display: block;
    padding: 9px;
    border: 1px solid #2cbad8;*/
}

.product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    border: 2px solid #2cbad8;
}

/* Hide product price Jerome 27/01/2026 */
/*.product-price-and-shipping,
.elementor-search__product-price{
    display:none;
}*/