body {
    margin: 0;
    color: #222;
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
}

.fondMotif{
    background-image: url(../../imgs_utilitaires/Darkroom_spotlight1000_body2.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #949a9e;
}

.card-propos
{
    width: 100%;;
}
.card-propos img{
    width: 100%;
    height: auto;
}

p.card-title{
    text-align: center;
    text-transform: capitalize;
    font-size: 2em;
    color: gold;
}
.card {
    background: linear-gradient(
        145deg,
        #cfcfcf 0%,
        #a8a8a8 25%,
        #7f7f7f 50%,
        #bfbfbf 75%,
        #e5e5e5 100%
    );
    border: 1px solid #888;
    box-shadow:
        inset 0 2px 4px rgba(255,255,255,0.6),
        inset 0 -4px 8px rgba(0,0,0,0.4),
        10px 10px 5px rgba(242, 12, 12, 0.9);
    border-radius: 04px;
    transition: 0.8s ease;
    font-size: 0.9rem;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30%;
    width: 35%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.18) 45%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0.18) 55%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-18deg);
    transition: 0.1s ease;
    pointer-events: none;
}

.card:hover::before {
    left: 130%;
    opacity: 0;
    
}

.card-title {
    color: rgb(87, 87, 93);
    font-weight: bold;
    padding-top: 12px;
    text-shadow:
        1px 1px 1px rgba(255,255,255,0.7),
        -1px -1px 1px rgba(0,0,0,0.6);
}

.btn-outline-danger {
    background: linear-gradient(145deg, #d0d0d0, #9a9a9a);
    border: 1px solid #777;
    color: #222;
    box-shadow:
        inset 0 2px 3px rgba(255,255,255,0.7),
        inset 0 -2px 5px rgba(0,0,0,0.5);
}

.btn-outline-danger:hover {
    background: linear-gradient(145deg, #f0f0f0, #b5b5b5);
}

.modal-content {
    background: linear-gradient(
        145deg,
        #cfcfcf,
        #8a8a8a
    );
    border: 1px solid #666;
    box-shadow:
        inset 0 3px 6px rgba(255,255,255,0.6),
        inset 0 -6px 10px rgba(0,0,0,0.5);
    color: #222;
}

.modal-title {
    text-shadow:
        1px 1px 2px rgba(255,255,255,0.8),
        -1px -1px 2px rgba(0,0,0,0.6);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,0.4) 0px,
            rgba(200,200,200,0.4) 1px,
            transparent 2px
        );
    opacity: 0.25;
}

body::after {
    content: "";
    position: fixed;
    inset: -10%;
    pointer-events: none;
    background: radial-gradient(
        circle at var(--x, 50%) var(--y, 50%),
        rgba(255,255,255,0.6) 0%,
        rgba(230,230,230,0.4) 20%,
        rgba(200,200,200,0.2) 35%,
        transparent 55%
    );
    mix-blend-mode: soft-light;
    transition: background 0.1s linear;
}


main,
footer,
header .navbar,
#navbarHeader {
    background: rgba(255, 255, 255, 0.001);
    backdrop-filter: blur(0px);
}
footer{
    border-top: 1px solid rgba(230,230,230,0.4);
    border-radius: 50px;
    margin: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.7);
}


p,
.text-body-secondary {
    color: #d6dde6 !important;
}


a {
    color: whitesmoke;
}

a:hover {
    color:wheat;
}

.viewBtn{
    color:  #444;
    text-shadow: 0 2px 4px rgba(0,0,0,0.7);
}
.viewBtn:hover{
    color: #999;
    text-shadow: 0 8px 4px rgba(0,0,0,0.9);
}

.navbar-nav a{
    text-transform: uppercase;
    color: whitesmoke;
}
.navbar-nav a:hover{
    text-transform: uppercase;
    color: wheat;
    text-shadow: 0 2px 4px rgba(0,0,0,0.9);
}
.navbar-nav a:active{
    text-transform: uppercase;
}

.btn-primary {
    background: #1f6feb;
    border: none;
}

.btn-secondary {
    background: #444;
    border: none;
}

.btn-aPropos {
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    text-transform: uppercase;
    color: whitesmoke;
    font-size: 1em;
    float: right;
    text-align: right;
}

    .btn-aPropos:hover {   
        color: wheat;
    }

.footer{
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 2em ;
    padding-bottom: 4em ;
    position: fixed;
    bottom: -4em;
       width: 100%;
     transition: all 0.5s ease-out;
    text-align: center;
}

/* ===== ANIMATION MODAL BAS → HAUT ===== */
.modal.fade .modal-dialog {
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
    width: 100%;
    z-index: 9999;
}

@media (max-width: 768px) {
    .footer{
    background-color: rgba(255, 255, 255, 0.3);
    padding-top: 1em ;
     padding-bottom: 0 ;
    position: fixed;
    bottom: -4em;
 
    }


}

    .footer:hover{
    background-color: rgba(0, 0, 0, 0.8);
    }