/**
 *      /!\ ATTENTION /!\
 *      Injectez votre code css ici si vous ne voulez pas utiliser sass (dommage parce que c'est cool!) :)
 *      Ne modifiez pas les fichiers en *.scss.css à moins que vous compiliez les fichiers sass correspondant!
 */

html, body {
    overflow-x: hidden;
}
.cheval_custom_img {

    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 150px;
    height: 150px;
    margin: auto;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    cursor: pointer;
    transition: all 0.2s linear;
}

.cheval_custom_img:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.cheval_custom_img:hover::after {
    opacity: 0.2;
}

.cheval_custom_img::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 90px;
    line-height: 150px;
    opacity: 0.1;
    color: #000;
    text-align: center;
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #8fb12a;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
}

.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; /* Adjust as needed */
}

/* Contact */


/* Textarea */
textarea.form-control {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
@media (max-width: 768px) {
    .card .card-body .container_button {
        text-align: right;
    }
}
.responsive_flex {
    gap: 0.5rem;
}
.minHeight {
    min-height: 85px;
}

@media (width < 768px) {
    .minHeight {
        gap: 10px;
        justify-content: space-evenly;
        flex-direction: column;
        border-bottom: 1px solid rgba(170, 170, 170, 0.2);
    }
    .minHeight:last-child {
        border-bottom: none;
    }
    .address-container {
        text-align: center;
    }
}

.noMarginTB .custom_chbx{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.navbar .nav-link i:not(.fa-bars) {
    display: inline !important;
}

.paddingSide {
    padding: 0 30px;
}

.gap {
    gap: 10px;
}

.border_bottom {
    border-bottom: 2px solid #8fb12a;
    padding: 10px 0;
    font-weight: 400;
}

.paddingBotTop {
    padding: 10px 0;
    font-weight: 300;
}

.lien_connexion a {
    padding: .5rem 0.7rem !important;
    color: rgba(255, 255, 255, 0.7);
    height: 70px;
    line-height: 60px;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

@media (max-width: 992px) {
    .no_padding_resp {
        padding: 0 !important;
    }
    .card-header .btn.marginTop{
        margin: 15px 0 0 0 !important;
    }
    .marginTop {
        margin-top: 15px !important;
    }
    .produit {
        font-weight: bold;
    }
    .paddingBot {
        padding-bottom: 10px;
    }
    .coutUniteHt, .quantite, .sous-totalHt, .remise, .tva, .sous-totalTtc, .produit {
        font-size: 1rem !important;
        text-align: start;
        padding-left: 33px;
        padding-right: 33px;
        padding-top: 10px;
    }
    .coutUniteHt::before {
        content: 'Cout unité (HT) :';
    }
    .quantite::before {
        content: 'Quantité :';
    }
    .sous-totalHt::before {
        content: 'Sous-total (HT) :';
    }
    .remise::before {
        content: 'Remise :';
    }
    .tva::before {
        content: 'TVA :';
    }
    .sous-totalTtc::before {
        content: 'Sous-total (TTC) :';
    }
    .displayNoneResponsive {
        display: none;
    }
    .alignCenterResponsive {
        text-align: center;
        font-weight: bold;
        border-top: 1px solid rgba(0,0,0,0.1);
        margin: 0 15px;
        padding: 10px 0;
    }
    .column_responsive {
        flex-direction: column;
        position: relative;
        cursor: pointer;
    }
    .arrow {
        position: absolute;
        right: 20px;
        top: 20px;
        transform: rotate(90deg);
        transition: all 0.2s;
    }
    .deroulantResponsive {
        display: none;
    }
    .fact_detail div {
        border-bottom: none !important;
    }

    .acompteHeader {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: left;
        font-size: 1rem !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .text_right_responsive {
        text-align: right !important;
        justify-self: end;
    }

    .remiseHeader, .totalHtHeader, .TvaHeader, .totalTtcHeader, .netAPayerHeader {
        text-align: right !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 1rem !important;
        padding-top: 10px;
    }
    .remiseHeader::before {
        content: 'Total remise :';
    }
    .totalHtHeader::before {
        content: 'Total HT :';
    }
    .TvaHeader::before {
        content: 'Détails TVA :';
    }
    .totalTtcHeader::before {
        content: 'Total TTC :';
    }
    .acompteHeader::before {
        content: 'Acompte versé :';
    }
    .netAPayerHeader::before {
        content: 'Net à payer :';
    }
    .flex_justify_content_between_responsive {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .noPaddingLeft {
        padding-left: 0;
    }
}

@media (max-width: 768px){
    .responsive_flex i{
        margin-right: 10px;
    }
    .responsive_flex {
        text-align: center;
    }
    .paddingLeftResp {
        padding: 5px 10px 5px 30px;
    }
    .paddingRightResp {
        padding-right: 30px;
    }
    .flex-responsive-align-center {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 500px){
    .responsive_flex i{
        margin-right: 5px;
    }
    .nomAnimal {
        display: block;
    }
    .bloc:first-child {
        margin-bottom: 50px;
    }
    .bloc:last-child {
        margin-top: 50px;
    }
    .gap_responsive {
        gap: 15px;
    }
    .minHeight65 {
        min-height: 65px;
    }
}
