@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Layout/BasPage.razor.rz.scp.css */
.my-foot[b-1l3z5w8mxi] {
    border-top: 1px solid #922b21;
    background-color: white;
    bottom: 0;
    /*    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);*/
    box-sizing: border-box;
    left: 0;
    position: sticky;
        width: 100%;
    z-index: 1100;
    text-decoration: none;
}
/* /Layout/EntetePage.razor.rz.scp.css */
.my-nav-link[b-pjytqgmw3e] {
    text-decoration: none;
}

/*================= Large ecran ==================*/

.tittre-menu-2[b-pjytqgmw3e] {
    visibility: visible;
    top:0;
    position: absolute;
    display: block;
    align-items: center;
    justify-content: center;
    left: 80px;

}


/*Afficher et chacher le menu mobil*/
.tittre-menu[b-pjytqgmw3e] {
    top: 3.4rem;
    position: absolute;
    background-color: #922b21;
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.collapse[b-pjytqgmw3e], .menu-btn[b-pjytqgmw3e], .my-nav-menu[b-pjytqgmw3e], .my-nav-item[b-pjytqgmw3e], .tittre-menu[b-pjytqgmw3e] {
    visibility: hidden;
}

/*Ecran des tablette et mobiles*/
/*@media (max-width: 900px) {*/
@media (max-width: 991px) {
    .navbar-toggler[b-pjytqgmw3e] {
        display: none;
    }

    .collapse[b-pjytqgmw3e] {
        display: block;
    }

    .menu-btn[b-pjytqgmw3e] {
        visibility: visible;
        padding-right: 0.5rem !important;
        color: #f39c12;
    }


    .tittre-menu[b-pjytqgmw3e] {
        height: 100vh !important;
        visibility: visible;
    }

    /*Pour l'ensemble de chaque menu*/
    .my-nav-item[b-pjytqgmw3e] {
        visibility: visible;
        padding-right: 1.5rem !important;
        /* background-color: #c0392b;*/
        background-color: #922b21;
        color: black;
    }

        /*Pour l'ensemble de chaque menu*/
        .my-nav-item:hover[b-pjytqgmw3e] {
            background-color: #cb4335;
            transition: background-color .2s ease-in;
        }

    .my-Icon[b-pjytqgmw3e] {
        transform: rotate(120deg);
        transition: transform .2s ease-in;
    }
}





/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ebtbwxqcfd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ebtbwxqcfd] {
    flex: 1;
}

.sidebar[b-ebtbwxqcfd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

 

.top-row[b-ebtbwxqcfd] {
    background-color: #f68511;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    /*    align-items: center;*/
/*    color: white;*/
    color: #f39c12;
}

.my-top-row[b-ebtbwxqcfd] {
    background-color: #c0392b;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    /*    align-items: center;*/

    position: sticky;
    top: 0;
    z-index: 999;
    /*    padding-top:12px;*/
}

.top-row[b-ebtbwxqcfd], .my-top-row[b-ebtbwxqcfd]  a, .top-row[b-ebtbwxqcfd]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
/*    color: #f1c40f;*/
    color: white;
    height: 3.5rem;
    
    padding-left:5px;

}
 
.top-row[b-ebtbwxqcfd], .my-top-row[b-ebtbwxqcfd]  a:hover, .top-row[b-ebtbwxqcfd]  .btn-link:hover {
    height: 3.5rem;
    border-radius: 2px;
    width:100%;
    padding-left:5px;

}

.top-row[b-ebtbwxqcfd], .my-top-row[b-ebtbwxqcfd]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

#my-foot[b-ebtbwxqcfd] {
    color-scheme: dark only;
    bottom: 100vh;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: flex;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.my-set[b-ebtbwxqcfd] {
    justify-content: flex-start;
    width: 100vw;
    background-color: #c0392b;
}

.my-set[b-ebtbwxqcfd], .my-image[b-ebtbwxqcfd]  a, .my-set[b-ebtbwxqcfd]  .btn-link {
    width: 100%;

}

.my-set[b-ebtbwxqcfd], .my-image[b-ebtbwxqcfd]  a:hover, .my-set[b-ebtbwxqcfd]  .btn-link:hover {
         
    width: 100%;
}

.my-image[b-ebtbwxqcfd] {
    width: 100vw;
/*    width: 50vw;*/
}

 

@media (max-width: 640.98px) {
    .top-row[b-ebtbwxqcfd] {
        justify-content: space-between;
    }

    .top-row[b-ebtbwxqcfd]  a, .top-row[b-ebtbwxqcfd]  .btn-link {
        margin-left: 0;
    }

    .my-set[b-ebtbwxqcfd]  a, .my-set[b-ebtbwxqcfd]  .btn-link {
        margin-left: 0;
    }
}

.bar[b-ebtbwxqcfd]
{
    align-content: center;
    display:contents;
}

@media (min-width: 641px) {
    .page[b-ebtbwxqcfd] {
        flex-direction: row;
    }

    .sidebar[b-ebtbwxqcfd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ebtbwxqcfd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ebtbwxqcfd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ebtbwxqcfd], article[b-ebtbwxqcfd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
     

}
 
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rw4kihaw0u] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rw4kihaw0u] {
    height: 3.5rem;
    background-color: #f68511;
    
}
 
.navbar-brand[b-rw4kihaw0u] {
    font-size: 1.1rem;
}

.oi[b-rw4kihaw0u] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rw4kihaw0u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-rw4kihaw0u] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-rw4kihaw0u] {
    padding-bottom: 1rem;
}

.nav-item[b-rw4kihaw0u]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-rw4kihaw0u]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-rw4kihaw0u]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rw4kihaw0u] {
        display: none;
    }

    .collapse[b-rw4kihaw0u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
 
/* /Pages/AnnonceArticles.razor.rz.scp.css */
.my-set[b-j88supcjzx]{
    margin-left:0;
    margin-right:0 ;
    padding-left:0  ;
    padding-right:0  ;
    justify-content:center;
    align-content: center;
    align-items: center;
    width:100%;
    background-color:red;
}
/* /Pages/Home.razor.rz.scp.css */
.my-set[b-riu4wueaum] {
     
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100vw;

    background-color:red;
    margin:0;
    
}

.my-image[b-riu4wueaum]{
    width:100vw;
}


.my-bg[b-riu4wueaum] {
    background-color: white;
    border-radius: 0.5rem;
    border: 1px solid whitesmoke;
    color: black;
}

.my-bg:hover[b-riu4wueaum] {
    background-color: #922b21;
    color: white;
    border-radius: 0.5rem;
    border: 1px solid whitesmoke;
}

 
/* Desktops */
@media (min-width: 641px) {
    .my-set[b-riu4wueaum] {
        width: 100%;
    }

    .my-image[b-riu4wueaum] {
        width: 100%;
    }
}

/* Mobiles */
@media (max-width: 640.98px) {
    .my-set[b-riu4wueaum] {
        width: 100%;
    }

    .my-image[b-riu4wueaum] {
        width: 100%;
    }

    .prio[b-riu4wueaum] {
        display: none;
    }
}
 
/* /ViewModels/ModalViewModel.razor.rz.scp.css */

/*Data for modal Window*/

.modalh11[b-qb66rjjzvn] {
    display: none;
    position: fixed;
    z-index: 1999;
    padding-top: 60px;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    overflow: auto;
    
}

.rd-t-10[b-qb66rjjzvn] {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.rd-b-10[b-qb66rjjzvn] {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


.modalcontent[b-qb66rjjzvn] {
    background-color: white;
    margin: auto;
    width: 100%;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.2);
}

.modalbody[b-qb66rjjzvn] {
    background-color: #fefefe;
    margin: auto;
/*    padding: 20px;*/
    width: 100%;
}

.modalheader[b-qb66rjjzvn] {
    background-color: #28334f !important;
    color: red !important;
    width: 100%;
    height: 25% !important;
    display:flex;
    justify-content:space-between;

}

.modalfooter[b-qb66rjjzvn] {
    /*    background-color: gray !important;*/
    border-top: 1px solid #d7dbdd;
    color: red !important;
    width: 100%;
    height: 50% !important;
    text-align: center;
}

.modalheader[b-qb66rjjzvn], h4[b-qb66rjjzvn] {
    color: whitesmoke !important;
    border: 0px solid #fff;
    text-align: center;
}

.p-1[b-qb66rjjzvn] {
    padding: 4px;
}

.p-2[b-qb66rjjzvn] {
    padding: 8px;
}

.p-3[b-qb66rjjzvn] {
    padding: 12px;
}

.p-4[b-qb66rjjzvn] {
    padding: 16px;
}

.p-5[b-qb66rjjzvn] {
    padding: 20px;
}



#myNotification .modalcontent[b-qb66rjjzvn] {
    max-width: 60% !important;
    max-height: 50% !important;
    border-radius: 5px; 
}
