.primary-btn {
    background-color: #0b6e73 !important;
}

.back-to-top {
    background-color: #0b6e73 !important;
}

.pre-box {
    background-color: #0b6e73 !important;
}

.form-control {
    border: 1px solid rgba(29, 35, 31, 0.1);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px 25px;
    font-size: 18px;
}


.btn-commander-ma-carte {
    padding: 15px 30px 15px 30px;
    background-color: #087767;
    color: white;
    border-radius: 30px;
}

.td-bronze {
    background-color: #92eee088 !important;
}

.td-gold {
    background-color: #f7921e8c !important;
}

.fancy-icon-box-twod {
    background-color: #0b6e73 !important;
    color: white !important;
}

.tuto-icon-image-logo {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 5px;
}

.tuto-icon-image-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scroll-avantage .button {
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    border: none;
    font-weight: bold;
}

.scroll-avantage .button:hover {
    background-color: black;
    color: white;
}

.faq-btn-question {
    background-color: #e1e4e3;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    border-radius: 100%;
    align-items: center;
    text-align: center;
    display: inline-block;
    /* pour que les transformations fonctionnent correctement */
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.faq-btn-question:hover {
    background-color: #087767;
    color: white;
}


.p-slide-home {
    min-height: 100px;
}

.note-importante {
    border-left: solid 5px #ff8040;
    padding-left: 10px;
    border-radius: 10px;
}

.btn-link-add {
    background-color: black;
    color: white !important;
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
    font-size: 14px;
}

.btn-dark-back {
    border: solid 1px black !important;
    padding: 0px 20px 0px 20px !important;
    border-radius: 30px !important;
}

.btn-dark-back:hover {
    background-color: black !important;
    color: white !important;
}

.btn-regarder-video-home {
    background-color: #0b6e73 !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 10px 20px 10px 20px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border: none !important;
}