.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.rancho-regular {
    font-family: "Rancho", cursive;
    font-weight: 400;
    font-style: normal;
    color: #2c4a64;
}

.rubik-dirt-regular {
    font-family: "Rubik Dirt", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #2c4a64;
}

.nav_font :hover{
    color: #a1b6ce ;
    text-decoration: none;
}

.font_site{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.font-size{
    color: #a0bb46 !important;
    font-size: 1.25rem;
}
.font_size_1{
    font-size: 1.5rem;
}
.font_size_2{
    font-size: 2rem;
}
.font_size_3{
    font-size: 2.5rem;
}

.bg_card{
    background-color: #fbf7e6;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.box-custom{
    box-shadow: #bfac54 0px 3px 8px;
}

.container_sign{
    max-width: 400px;
    min-height: 400px;
    padding: 1rem;
}

.container h1{
    text-align: center !important;
    color: #404040 !important;
}

.container_features{
    min-height: 130px;
}

.img_center{
    display: block;
    margin: auto !important;
}

#features_footer img{
    display: block;
    margin: auto !important;
}
#features_footer p{
    margin-top: 1rem;
    text-align: center;
    font-size: 1.1rem;
}

.contact{
    max-width: 800px;
    min-height: 400px;
    padding: 1rem;
}
.contact h1{
    text-align: center !important;
    color: #404040 !important;
}
.contact textarea{
    height: 15rem;
}

.speed-menu{
    height: 50px;
    align-content: center;
}
.speed-menu a {
    color: #404040;
    text-decoration: none;
}

.speed-menu a {
    margin-right: 20px;
}
.form_ajout{
    max-width: 300px;
    height: 150px;
}
#ajout_submit{
    margin-bottom: 0;
}

.qty{
    margin-left: -1rem;
    margin-top: -1rem;
}

.col_site{
    height: 200px;
    padding: 2rem 2rem;
    box-shadow: #a0bb46 2px 10px 20px -10px;
}

.col_site:hover{
    box-shadow: #d2ec7d 2px 10px 20px -10px;
}
.col_site:hover span{
    color: #a1b6ce;
}

.col_site_mini{
    height: 100px;
    padding: 2rem 2rem;
    box-shadow: #a0bb46 2px 10px 20px -10px;
}
.col_site_mini:hover{
    box-shadow: #d2ec7d 2px 10px 20px -10px;
}
.col_site_mini:hover span{
    color: #a1b6ce;
}
.info-text p{
    margin-top: 100px;
}

.badge-custom{
    height: 1.5rem;
}

.bg-orange{
    background-color: #ef9352;
}
.bg-marron{
    background-color: #57490c;
}
.bg-green{
    background-color: #4CAF50;
}

.custom_table{
    border: 1px solid #c5a488;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
}
.custom_table th{
    width: 45px !important;
    height: 40px !important;
}

.col_site_maxi{
    height: 200px;
}
.col_site_maxi span b{
    color: #4d7a3b;
}
.form-login{
    background-color: #e8e3c5;
}
.form-login label{
    margin: .5rem;
}
.form-login input{
    margin-bottom: .75rem;
}
