.btn-product {
    background-color: #006AB7;
    color: white;
    border-radius: 0;
    font-size: 1.5rem;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 91px);
   display: none;  
    border: none;
    font-family: 'Casto Bold', sans-serif;
}

.btn-product:hover, .btn-product:focus {
    background-color: white !important;
    color: #006AB7 !important;
}

.img_product:hover + div.link-product .btn-product, div.link-product .btn-product:hover{
    display: inline-block;
}

.carousel-inner, .carousel {
    align-items: center;
    height: auto;
    max-height: 70vh;
    display: flex;
}

.btn-inspi {
    background-color: #8CC2B9;
    color: white;
    border-radius: 100px;
    font-family: 'Casto Light', sans-serif;
    border: none !important;
    font-size: 1.5rem;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
    top: -24px;
}
.btn-inspi:hover, .btn-inspi:focus {
    background-color: #8CC2B9 !important;
    color: white !important;
}
.btn-inspi:not(:disabled):not(.disabled) {
    cursor: default !important;
}
.btn-category {
    background-color: #ec6738;
    color: white;
    border-radius: 100px;
    padding-left: 4rem;
    position: absolute;
    top: 3%;
    left: 3%;
    z-index: 3;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 2rem;
    font-family: 'Casto Light';
}
.btn-category:not(:disabled):not(.disabled) {
    cursor: default !important;
}
.btn-category:hover, .btn-category:focus {
    background-color: #ec6738 !important;
    color: white !important;
}
.btn-category:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: 10px;
    top: 10px;
}
.page_inspi_spa .btn-category, 
.page_inspi_neva .btn-category,
.page_inspi_abris .btn-category
{
    background-color: #ee7778;
}
.page_inspi_spa .btn-category:hover, .page_inspi_spa .btn-category:focus, 
.page_inspi_neva .btn-category:hover, .page_inspi_neva .btn-category:focus, 
.page_inspi_abris .btn-category:hover, .page_inspi_abris .btn-category:focus
{
    background-color: #ee7778 !important;
}

.page_inspi_jardin_toits .btn-category,
.page_inspi_carre_potager .btn-category
{
    background-color: #00a3a6;
}
.page_inspi_jardin_toits .btn-category:hover, .page_inspi_jardin_toits .btn-category:focus,
.page_inspi_carre_potager .btn-category:hover, .page_inspi_carre_potager .btn-category:focus
{
    background-color: #00a3a6 !important;
}
span.bold-font {
    font-family: 'Casto Bold' !important;
}
p {
    font-family: 'Casto Bold', sans-serif;
}
.card {
    border: none; 
}
.card-image {
    position: relative;
}

@media (max-width: 767.98px) {
    .btn-inspi {
        font-size: 1rem;
        top: -18px;
    }
    .btn-category {
        font-size: 1.5rem;
        left: calc(50% - 160px);
    }
    .btn-category:before {
        top: 4px;
    }
    .carousel, .carousel-inner {
        height: 30vh;
    }
    .btn-product {
        top: calc(50% - 18px) !important;
    }
    .page_inspi_neva .btn-category {
        left: calc(50% - 130px);
    }
    .page_inspi_jardin_toits .btn-category {
        left: calc(50% - 153px);
    }
    .page_inspi_abris .btn-category
    {
        left: calc(50% - 146px);
    }
    .page_inspi_cours_boheme .btn-category {
        left: calc(50% - 164px);
    }
    .page_inspi_jardin_familial .btn-category {
        left: calc(50% - 150px);
    }
    .page_inspi_carre_potager .btn-category {
        left: calc(50% - 182px);
    }
}
@media (max-width: 1199.98px) { 
    .btn-product {
        font-size: 1rem;
        left: calc(50% - 65px);
    }
}