@media (max-width: 1200px) {
    #header .hide-md {
        display: none !important;
    }
}

.custom-hide {
    visibility: hidden !important;
}

.pricing-table-2-col ul .price .price-symbol{
    margin-top: 5px !important;
}

.custom-sm-timbres ul .price {
    padding: 40px 50px 20px 50px !important;
}

.custom-md-timbres ul .price {
    padding: 40px 35px 20px 35px !important;
}

.custom-lg-timbres ul .price{
    padding: 40px 20px 20px 20px !important;
}

#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#whatsapp-button img {
    width: 50px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

#contact-footer {
    width: 27% !important;
}
