html {
    font-size: 14px;
}
.nonSelectionnable {
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
/* Par défaut, pour les grands écrans */
.img-size-lg {
    width: 40%;
}
.hoverNormal:hover {
    background-color: rgba(213, 230, 244, 0.3);
    border: 1px solid #1D71B8;
}
.hoverCLoture:hover {
    background-color: rgba(255, 243, 243, 1);
    border: 1px solid rgba(229, 26, 26, 0.52);
}
    
.hoverPublier:hover {
    background-color: #FBFFFC;
    border: 1px solid rgba(189, 255, 188, 1);
}
.hoverEnchere:hover {
    background-color: rgba(240, 169, 30, 0.05);
    border: 1px solid #F0A91E;
}
.hoverFinEnchere:hover {
    background-color: #31737112;
    border: 1px solid #317371;
}
.btnAO {
    color: #344054;
    border: 1px solid #E7E7E7;
    background-color: #F4F4F4;
}
    .btnAO:hover {
        border: 1px solid #344054;
    }
/* Pour les écrans de taille sm et xs */
@media (max-width: 576px) {
    .img-size-lg {
        width: 80%;
    }  
    .img-size-sm {
        width: 80%;
    }
}
@font-face {
    font-family:"Poppins";
    src: url('../fonts/poppins/poppins-mediumitalic.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-light';
    src: url('../fonts/poppins/poppins-light.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/poppins/poppins-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-black';
    src: url('../fonts/poppins/poppins-black.ttf') format('truetype');
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.green {
    color: rgba(27, 191, 73, 1);
}

.red {
    color: rgba(233, 30, 30, 1);
}

.orange {
    color: rgba(240, 169, 30, 1);
}

.bggreen {
    background-color: rgba(247, 255, 247, 1);
    border: 1px solid rgba(201, 238, 192, 1);
    box-shadow: 0px 0px 14px 0px rgba(0, 60, 99, 0.04);
}

.bgorange {
    background-color: rgba(255, 252, 247, 1);
    border: 1px solid rgba(238, 217, 192, 1);
    box-shadow: 0px 0px 14px 0px rgba(0, 60, 99, 0.04);
}
.btnblue {
    background-color: #1D71B8;
    color: white;
}
.bgred {
    background: rgba(255,0,0,0.19);
    border: 1px solid rgba(255,0,0,0.36);
    box-shadow: 0px 0px 14px 0px rgba(0, 60, 99, 0.04);
}

.btngreen {
    background: rgba(0, 186, 0, 1);
    
}

.btnornage {
    background-color: rgba(240, 169, 30, 1);
}
html {
    position: relative;
    min-height: 100%;
    font-family: "Poppins", sans-serif;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
}

h1, h2, h3, h4, h5, h6, dd, dt, td, th, a, label, .btn, option {
    font-family: "Poppins", sans-serif;
}

.primaryText {
    color: #2b86d2 !important;
}

.bg-navbar {
    background-image: url('../images/drone  102-32.jpg');
    /*background-image: url('../images/LesieurI-10.jpg');*/
    z-index: 0;
    position: relative;
    content: ' ';
    display: block;
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-repeat: no-repeat; /* Évite de répéter l'image */
}

.black-bg {
    background-color: black;
    opacity: 0.4;
    position: absolute;
}
.service-card {
    border-radius: 6px !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgb(0 0 0 / 4%);
}
.fantasy {
    font-family: fantasy;
}

.cont {
    position: absolute;
}


.shadow {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgb(0 0 0 / 4%);
}

.service-card {
    padding: 1.5rem;
    border-radius: 15px;
    border-color: #E7E7E7;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgb(0 0 0 / 4%);
    background-color: white;
    text-align: center;
}

.borderrow {
    border: 4px solid #EDEDF7 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 60px;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: #F0F1F6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* Centers the circle horizontally */
}

    .icon-circle img {
        width: 50%;
        height: 50%;
    }

.service-title {
    margin-top: 1rem;
    font-weight: bold;
}

.service-description {
    margin-top: 0.5rem;
    color: #666;
}

.title {
    font-weight: bold;
}

table.mytable {
    border-collapse: separate;
    border-spacing: 0 15px;
    width: 100%;
}

th, 
td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

tbody tr {
    border-radius: 0.25rem;
    outline: 1px solid #EDEDF7;
    box-shadow: 10px 10px 10px 0px #d0d0d057;
    height: 80px;
}
.img-fluid {
    max-width: 30%;
    height: auto;
}
footer {
    height: 50px;
}

.bg-login {
    /*    background-image: url('../images/f76591fe637de0f000a7c55f997a8b5c.png');
*/
    background-image: url('../images/LesieurI-10.jpg');
    z-index: 0;
    position: relative;
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
}

h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: white;
}


.black-bg {
    background-color: black;
    opacity: 0.6;
    position: absolute;
}

.filter-border {
    border: 1px solid #D0D5DD;
}
