@font-face {
    font-family: "oksana";
    src: url("/font/LT_Oksana.ttf");
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}

.container-large {
    max-width: 1745px;
    width: auto;
    margin: auto;
    margin-top: auto;
    padding: 0 15px;
    padding-top: 0px;
}

.dropdown-toggle::after {
    display: none !important;
}

.title-article {
    text-transform: uppercase;
    font-size: 1.7rem;

    letter-spacing: 0;
    color: #f01c34;
    font-size: 25px;
    font-weight: bold;
    font-weight: 800;
    line-height: 40px;
}

.reference-produit {
    /*border:2px solid #dc2534;

    background: rgba(118,144,133,0.7);*/

    font-weight: bold;
    padding: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.prix-article {
    font-size: 2.4rem;
}

.content-article {
    /*border:1px solid #dc2534;*/
    background: #fff;
}

.card-b-carousel {
    margin-bottom: 30px;
}

.btn-lcj {
    background: #dc2534;
    color: #fff;
}

.lcj-color {
    background: #dc2534;
}

.btn-lcj-alt {
    background: #dc2534;
    color: #fff !important;
}

.btn-lcj-alt:hover {
    background: #dc2534;
    color: #fff !important;
}

.alert-ident {
    font-weight: bold;
}

.contact-section .contact .fab,
.contact-section .contact .far,
.contact-section .contact .fas {
    color: #fff !important;
}

#confirmadd {
    z-index: 999999999;
}


.form-search:hover .input-search {
    display: block;
}

.form-search:hover .fa {
    background: #07051a;
    color: white;
}

.footer-j {
    color: #444444 !important;
}

.footer-j p a {
    color: #444444 !important;
}

.title-section-categorie {
    /*margin-top: 40px;*/

    /* min-height: 150px;
    padding-top: 40px;
    background-color: #dc2534;
    background-color:#dc2534!important;
    background-repeat: repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 2rem;*/

    min-height: 150px;
    padding-top: 40px;
    font-weight: bold;
    background-repeat: repeat;
    background-size: cover;
    text-align: center;
    color: #dc2534;
    font-size: 2.5rem;


}

.section-categorie {
    /*margin-top: -130px;*/
    margin-bottom: 60px;
    min-height: 200px;

}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #dc2534;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #dc2534;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.nav-item {

    /*padding-right: 10px;
    padding-left: 10px;*/
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    /*font-weight: bold;
    text-transform: uppercase;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.8px;


}

.nav-link {
    transition: color 0.8s ease;
}

.list-unstyled li a {
    transition: background-color 0.8s ease;
}

.nav-item:hover {
    /* background: rgba(0,130,101,0.4);*/
    color: #ee3124 !important;

}

.nav-item a:hover {
    /* background: rgba(0,130,101,0.4);*/
    color: #fff !important;

}

.nav-item a {
    /* background: rgba(0,130,101,0.4);*/
    color: #fff !important;

}

.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu .news-title,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-2 .sub-menu ul li a:hover,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu .news-title,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a,
.navbar .mega-dropdown .dropdown-menu.mega-menu.v-3 .sub-menu ul li a:hover {
    color: #dc2534 !important;
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link:hover,
.navbar.navbar-dark .navbar-toggler {
    color: #dc2534 !important;
}

.menu-up {
    border-bottom: 1px solid #f4f4f4;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

.breadcrumb-item {
    font-family: 'Source Sans Pro', sans-serif;


}

.item-categorie a {
    color: #dc2534;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.caracteristique {
    list-style: none;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #dc2534;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #dc2534;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #dc2534;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #dc2534;
}

.content-txt-a {
    padding: 20px;
}

.acc-pro {
    min-height: 24px;
}

.cart-content-pro {
    text-align: center;
    color: #ea0202;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.head-cart td {
    font-weight: bold;
    font-size: 1.2rem;
}

.search {
    display: inline-block !important;
    box-sizing: border-box !important;
    line-height: 20px !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    box-sizing: border-box !important;
    line-height: 20px !important;

    vertical-align: middle !important;
    padding: 12px 20px !important;
}

.textbox {
    border-color: #008264;
    width: 90%;
}

.creapro {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #dc2534;
}

.stk-cart {
    color: #ff2b39;
    font-weight: bold;
}

.sn-bg-4 {
    background-image: url('../img/bg_saff_menu.jpg');
}

.double-nav .breadcrumb-dn {
    color: #fff;
}

.mdb-saff .navbar {
    background-color: #f01c34 !important;
    color: #fff;
}

.mdb-saff .side-nav {
    background-color: #f01c34 !important;
}

.inputsearch {
    border-radius: 5px;
    border: 1px solid #f01c34;
    padding: 10px;
    width: 90%;
    margin-bottom: 30px;
    text-align: center;
}

.valsearch {
    text-align: center;
    border: 2px solid #f01c34;
    padding: 10px;
    display: block;
    margin-bottom: 5px;
    color: #f01c34;
}

.valsearch:hover {

    color: #f01c34;

}

.activesearch {
    background: #f01c34;
    color:#fff;
    font-weight: bold;

}

.activesearch:hover {
    background: #f01c34;
    color:#fff;
    font-weight: bold;

}

.title-filtersearch {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #f01c34;
    margin-bottom: 15px;
}

.mdb-saff .navbar .dropdown-item {
    color: #f01c34 !important;
}

.mdb-saff .navbar .dropdown-item:hover {
    background-color: #f01c34 !important;
    color: #fff;
}

.content-list-pdf {
    margin-top: 30px;
}

.brown-saff {
    background-color: #f01c34 !important;
}

.text-saff {
    color: #f01c34;
}

.content-product {
    margin-top: 100px;
    margin-bottom: 100px;
}
.navbar
{
    height:70px;
}
.slide-titre
{
    font-family: "Montserrat";
    font-size: 65px;
    font-weight: 800;
    line-height: 0.8em;

    color: white;
}

.slide-titre span
{
    font-family: "Montserrat";
    font-size: 65px;
    font-weight: 800;
    line-height: 0.8em;

    color: #f01c34;
}

.btn-alpi:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 100%;
    content: '';
    -webkit-transition: all 0.1s cubic-bezier(0.5, 0, 1, 0.5);
    transition: all 0.1s cubic-bezier(0.5, 0, 1, 0.5);
    background: #f01c34;
}

.btn-alpi{


    color: #f01c34;
    width: 100%;
    background-color: white;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 10px 15px 10px 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: unset;
    border-radius: unset;
}
.btn-alpi:hover{


    color: #f01c34;
    width: 100%;
    background-color: white;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 10px 15px 10px 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: unset;
    border-radius: unset;
}
.fournisseur-access
{
    background:#f3f3f3;
    color:#525C5E;
    padding:25px;
}
footer.page-footer a {
    color: #f01c34;
}
footer.page-footer {
    bottom: 0;
    color: #000;

    letter-spacing: 1.2px;
    font-size: 16px;
    line-height: 1.95em;
    font-weight: normal;
}
.card-title
{
    color: #f01c34;
}
.btn-alpi-alt:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 100%;
    content: '';
    -webkit-transition: all 0.1s cubic-bezier(0.5, 0, 1, 0.5);
    transition: all 0.1s cubic-bezier(0.5, 0, 1, 0.5);
    background: #f01c34;
}

.btn-alpi-alt{


    color: white;
    width: 100%;
    background-color: #f01c34;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 10px 15px 10px 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: unset;
    border-radius: unset;
}
.btn-alpi-alt:hover{


    color: white;
    width: 100%;
    background-color:#f01c34 ;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    padding: 10px 15px 10px 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: unset;
    border-radius: unset;
}

.nav-ih:hover
{
    padding-top:16px;
    padding-bottom: 16px;
    background:#c0152a;
    color:#000;
}
.nav-ih
{
    padding-top:16px;
    padding-bottom: 16px;
}

.title-alpi
{
    margin-top: 70px;
    margin-bottom: 40px;
    letter-spacing: 0;
    color: #f01c34;
    font-size: 60px;
    font-weight: bold;
    font-weight: 800;
    line-height: 40px;
}
.min-montant
{
    color:#f01c34;
    font-weight: bold;
}
.card-categorie
{
    border-radius: none!important;
    box-shadow: none!important;
}
.product-title
{
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
    color: black;
}
.product-label
{
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f01c34;
}
.product-thumb
{
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product i
{

    position: absolute;
    z-index: 1;
    top: -25px;
    left: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: white;
    background-color: #f01c34;
}


.product i:hover
{
    width: 100px;
    height: 100px;
    padding: 20px;
}
.product
{
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}
.product .col1
{
    flex-basis: calc(100% / 3 - 20px);
}
.product-thumb:before
{
    display: block;
    padding-top: calc(100%);
    content: '';
}
.product .product-thumb:after
{
    font-family: "Montserrat";
    font-weight: 800;
    font-size: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 0;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
    content: attr(data-text);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #f01c34;
}

.reviews-link {
    margin-top: 30px;
    color: white;
    background-color: #f01c34;
}
.pagination .page-item.active .page-link {
        background-color: #ff2525;
}
.pagination .page-item.active .page-link:hover {
        background-color: #dc2433;
}
.price-promo-art
{
    padding-left: 20px;
    text-decoration: line-through;
    font-size:1.8rem;
}
.price-promo
{

    text-decoration: line-through;
    font-weight: bold;
}
.pourcent-promo-art
{
    color:#f01c34;
    font-style: italic;
    font-weight: bold;
    font-size:1.8rem;
}
.pourcent-promo
{
    color:#f01c34;
    font-style: italic;
    font-weight: bold;

}
