/* GENERAL */

@font-face {
    font-family: 'Bjorn';
    src: url('../fonts/Bjorn.otf');
}

.btn {
    color: #FFFFFF !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.btn.btn-touchspin {
    color: initial !important;
}

.btn-gradient {
    color: #FFFFFF;
    background: #001E32;
    background: linear-gradient(132deg, rgba(0, 30, 50, 1) 0%, rgba(0, 91, 152, 1) 75%, rgba(66, 174, 227, 1) 100%);
    /*font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;*/
    border: 0;
}
.btn-gradient:hover {
    color: #FFFFFF;
}

.btn-white {
    color: #005b98 !important;
    background: #FFFFFF;
    /*font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;*/
    border: 0;
}

.btn-white:hover {
    color: #FFFFFF !important;
    background-color: #42aee3;
}

.font-family-secondary {
    font-family: "Jost", sans-serif;
}

body:not(.page-product) #content-wrapper .page-title {
    margin-top: 2em;
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none;
    }
}
@media (min-width: 767px) {
    .hidden-up-sm {
        display: none;
    }
}

/* HEADER */

#desktop-header .logo {
    height: 50px;
    width: 100%;
}
#mobile-header .logo {
    height: 40px;
    width: 100%;
}
#header .header-btn-w .header-btn .title,
#header .header-nav .left-nav>div:after, #header .header-nav .right-nav>div:after, .block-links-inline ul>li:after {
    display: none;
}
.header-nav .container .row .col:last-child > div {
    display: flex;
}
@media (max-width: 767px) {
    #header .header-nav,
    #header .header-nav .col-12 {
        padding: 0;
    }
    #header .header-nav a {
        display: block;
        padding: 8px 0;
        color: #FFFFFF;
        background: #001E32;
        background: linear-gradient(132deg, rgba(0, 30, 50, 1) 0%, rgba(0, 91, 152, 1) 75%, rgba(66, 174, 227, 1) 100%);
    }
}

.cbp-products-list .product-miniature-container {
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
}
.cbp-products-list .product-miniature-container:hover {
    background-color: #ecf7fc;
    transition: 300ms;
}
/* Bouton configurateur*/
.cbp-hrmenu > ul > li#cbp-hrmenu-tab-6 > a {
    background: linear-gradient(132deg, rgba(0, 30, 50, 1) 0%, rgba(0, 91, 152, 1) 75%, rgba(66, 174, 227, 1) 100%);
    min-width: 366px;
}
.cbp-hrmenu #cbp-hrmenu-tab-6 .cbp-tab-title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.cbp-horizontal .cbp-tab-title {
    line-height: 35px;
}

/* FOOTER */

#footer-container-main {
    background: linear-gradient(-17deg, rgba(0, 30, 50, 1) 0%, rgba(0, 91, 152, 1) 75%, rgba(66, 174, 227, 1) 100%);
    font-size: 16px;
}
#footer-container-main .copyright-txt {
    font-size: 12px;
    text-align: right;
}
#footer-container-main .copyright-txt a {
    text-decoration: underline;
}
@media (min-width: 767px) {
    #footer .block-title {
        display: none;
    }
    #footer-copyrights {
        margin-top: -55px;
        padding: 0 0 20px 0;
    } 
}
@media (max-width: 767px) { 
    #footer .block-toggle._toggled > .block-content {
        padding: 20px 10px;
    }
    #footer .block {
        padding-bottom: 1.5em;
    }
}

/* ACCUEIL */

.half-col > div,
#js-product-list-header .half-col {
    max-width: 630px;
}

.picto-reassurance img {
    background-color: #ecf7fc;
    padding: 8px;
    border-radius: 3px;
}
.step-number > div {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-carousel .swiper-slide {
    display: flex;
    align-items: center;
}

/* PAGE CATEGORIE */

#js-product-list-header {
    min-height: 275px;
    background-color: #ecf7fc;
    font-size: 20px;
}
#js-product-list-header .container {
    width: 100%;
}

.category-image {
    width: 100%;
    height: 100%;
    margin: 0;
}

#right-column #iqithtmlandbanners-block-1 {
    background-color: #ecf7fc;
    padding: 15px;
    font-size: 16px;
}
#right-column #iqithtmlandbanners-block-1 .block-title {
    font-family: 'Jost', sans-serif;
    font-size: 22px;
}
#right-column #iqithtmlandbanners-block-1 ul li {
    margin: 15px 0;
}
#right-column #iqithtmlandbanners-block-1 ul li a {
    color: #005b98;
    font-weight: bold;
    text-decoration: underline;
}

.btn-product-list {
    color: #005b98 !important;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
}
.btn-warning {
    color: #FFFFFF;
    background: #D86D0A;
    /*font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .5px;*/
    border: 0;
}
.product-add-cart .btn-warning {
    margin-bottom: -15px;
}

.products-grid .product-miniature-layout-1 .product-price-and-shipping {
    display: none;
}

/* PAGE PRODUIT */
.product-flags .new {
    display: none;
}

#product #wrapper #inner-wrapper.container {
    max-width: 100% !important;
}
.product-info-row {
    background-color: #ecf7fc;
}

#product .page-title,
#category .page-title {
    font-size: 36px;
    font-weight: normal;
}

#product .product-cover img {
    height: auto;
    width: 100%;
}
.swiper-slide {
    height: auto;
}

#product-description-short-1 {
    font-size: 20px;
    line-height: 1.4em;
}
.blockreassurance_product .icon-reassurance {
    background-color: #DBF0F9;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 12px;
}
.blockreassurance_product .text-reassurance span {
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 16px;
}
.blockreassurance_product .text-reassurance p {
    font-size: 14px;
}
.product-additional-info,
.product_header_container {
    border: 0;
}

.products-grid .product-miniature-default,
.swiper-wrapper {
    height: auto;
}
.col-product-info {
    max-width: 900px;
}
