#commencer_en_tnt {
    background: var(--Global-Colors-Cool-Gray-100, #FFF);
    color: #132573;
    padding: 12px 16px;
    border-radius: 4px;
    line-height: normal;
    font-family: Inter;
    font-size: 16px;
    display: flex;
    align-items: center;
    border: none !important;
}

.button-text {
    padding-right: 16px;
}

#commencer_en_tnt:focus {
    border: none !important; /* Removes the border on click */
    outline: none !important; /* Optional: Removes the outline as well */
}

/*#commencer_en_tnt:hover {
  border: 1px #132573;
color:#fff;
background: #34548D;
}
*/
/* Adjust the hover effect on the SVG path */


/*#commencer_en_tnt:hover svg path {
    fill: #fff !important; /* Change fill color on button hover */
}

@media only screen and (max-width: 480px) {
    #commencer_en_tnt {
        padding: 12px 16px;
    }
}
