*,::after,::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a ,li{
    text-decoration: none;
    list-style-type: none;
}

.col-md-12.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:  rgba(250, 250, 250, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-10%, 0%);
    z-index: 1;
}

.loader {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    border-top: 4px solid orangered;
    border-right: 4px solid transparent;
    
    /* box-sizing: border-box; */
    animation: rotation 1s linear infinite; 
  }
  .loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid black;
    border-left: 4px solid transparent;
  }
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 


.col-md-12.slid{

    flex:0 0 auto;
    width:90%;
    margin-right: 10rem;
    margin-left: 10rem;
    transition: .4s ease-in-out;
}

.c-orangered{
    color: orangered;
}
.detailcantineproduit .color{
    width: 10px;
    display: inline-block;
    height: 10px;
    border-radius: 50%;
    background-color: orangered;
}
.btn-orangered{
    background-color: orangered;
    padding: 0.25em;
    border: none;

}


.btn-orangered:hover{
    background-color: orangered;
}

/**************************************************style login**************************************/
.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: orangered;
}

.login .card{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: transparent;
    border: none;
}


.login .card .show {
    background-color: #fff;
    color: orangered;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 6px;
    transition: 0.5s;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
}


.login .card .show:hover{
    letter-spacing: 5px;
}

.login .card .boite{
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 450px;
    z-index: 100;
    padding: 30px;
    border-radius: 20px;
    transition:  0.5s;
    visibility: hidden;
}


.login .card .boite.active{
    visibility: visible;
    top: 50%;
}



.login .card .boite .elements{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}


.login .card .boite .elements i{
    margin: 5px 0;
    text-align: center;
    color:orangered;
    font-size: 5em;
}


.login .card .boite .boite-input input{
    width: 100%;
    margin: 15px 0;
    padding: 10px;
    border: 1px solid orangered;
    outline: 0;
    border-radius: 10px;
    font-size: 15px;
}



.login .card .boite  .btnlogin{
    background-color: orangered;
    text-align: center;
    color: #fff;
    margin: 15px 0;
    padding: 10px;
    outline: 0;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}


.login .card .boite .close{
    position: absolute;
    top: -15px;
 right: -5px;
 color: black;
 /* background-color: red;    */
 border-radius: 50%;
 font-size: 2rem;
 padding: 0.1em;
 cursor: pointer;
}


/***************************************************style comptelogistique*************************************************************/



.comptelogistique{
    padding-top: 5em;
    /* border-top: 4px solid orangered; */
    background-color: rgba(250, 250, 250, 0.5);
    width: auto;
    min-height: 100vh;
}
.comptelogistique .navbar .content-prof{
    background-color: orangered;
    padding: 0.1em;
    color: #fff;
    border-radius: 5px;
    /* width: 5%; */
}


.comptelogistique .navbar{
    border-top: 4px solid orangered;

}



.comptelogistique .navbar .navbar-brand{
    width: 50px;
    height: 50px;
    border: 1px solid orangered;
    display: flex;
    justify-content: center;
    align-items: center;
    color: orangered;
    border-radius: 50%;
    margin-left: 1em;
} 


.comptelogistique .navbar .content-prof span{
    margin: 5px;
    font-weight: bold;
}


.comptelogistique .navbar .content-prof i{
    font-size: 2rem;
}

.comptelogistique .slide-bar {
    margin: 1em ;
    visibility: hidden;
    position: fixed;
    z-index: 1;
    /* width: 25%; */

    left: -100%;
    transition: 0.5s;
}


.comptelogistique .slide-bar .card:hover{
    overflow-y:scroll ;
}


.comptelogistique .slide-bar.active{
    visibility: visible;
    left: 0%;
}

.comptelogistique .slide-bar .card{
line-height: 40px;
max-height: 80vh;
border: none;
overflow-y: h;

font-weight: bold;
padding: 1em;

background-color:rgba(var(--bs-light-rgb)) ;
}


.comptelogistique .slide-bar .card .nav a{
    color: gray;
    transition: color 0.4s ease-in-out;
    width: 100%;
}


.comptelogistique .slide-bar .card .nav a:hover{
    color: orangered;
}

.comptelogistique .slide-bar .card .nav  .btndeco a{
    color: #fff;
}


.comptelogistique .slide-bar .card .nav .btndeco{
    background-color: orangered;
    color: #fff;
}


.comptelogistique .dashboard-content  h5{
    color: orangered;
    text-align: center;
    margin-bottom: 2em;
}

.comptelogistique .dashboard-content .card{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    padding: 2em;
    border: none;
}

/********************************************************css produit-scolaire************************************************************/


.comptelogistique .produit-scolaire  h5{
    color: orangered;
    text-align: center;
    margin-bottom: 2em;
}

.comptelogistique .produit-scolaire .card{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    padding: 2em;
    border: none;
}

/*******************************************************css zone-transport*******************************************************************/



.comptelogistique .zone-transport  h5{
    color: orangered;
    text-align: center;
    margin-bottom: 2em;
}

.comptelogistique .zone-transport .card{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    padding: 2em;
    border: none;
}


.comptelogistique .zone-transport .card .form-control:focus{
    color:#212529;
    background-color:#fff;
    border-color:#86b7fe;
    outline:0;
    box-shadow:0 0 0 .25rem orangered;
}

.comptelogistique .zone-transport .card .btn-ajouter{
    background-color: orangered;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    font-weight: bold;
}

/****************************************************css activité******************************************************************************/




.comptelogistique .activité h5{
    color: orangered;
    text-align: center;
    margin-bottom: 2em;
}

.comptelogistique .activité .card{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    padding: 2em;
    border: none;
}


/**************************************************css souscripteurs****************************************************/


.comptelogistique .souscripteurs {
    flex-direction: column;
    align-items:center ;
    justify-content: center;
}




.comptelogistique .souscripteurs  h5{
    color: orangered;
    text-align: center;
    margin-bottom: 2em;
}

.comptelogistique .souscripteurs .card{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    padding: 2em;
    border: none;
}


.comptelogistique .souscripteurs .card .form-control:focus{
    color:#212529;
    background-color:#fff;
    border-color:#86b7fe;
    outline:0;
    box-shadow:0 0 0 .25rem orangered;
}

.comptelogistique .souscripteurs .card .btn-ajouter{
    background-color: orangered;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    font-weight: bold;
}


/**************************************************css parcautouto****************************************************/


.comptelogistique .parcautouto {
    flex-direction: column;
    align-items:center ;
    justify-content: center;
}




.comptelogistique .parcautouto  h5{
    color: orangered;
    text-align: center;
    margin-bottom: 2em;
}

.comptelogistique .parcautouto .card{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    padding: 2em;
    border: none;
}


.comptelogistique .parcautouto .form-control:focus{
    color:#212529;
    background-color:#fff;
    border-color:#86b7fe;
    outline:0;
    box-shadow:0 0 0 .25rem orangered;
}

.comptelogistique .parcautouto .modal .modal-body button{
    background-color: orangered;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    font-weight: bold;
}




/**************************************************css detailcantineproduit****************************************************/


.comptelogistique .detailcantineproduit {
    flex-direction: column;
    align-items:center ;
    justify-content: center;
}




.comptelogistique .detailcantineproduit  h5{
    color: orangered;
    text-align: center;
    margin-bottom: 2em;
}

.comptelogistique .detailcantineproduit .card{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    padding: 2em;
    border: none;
}



.comptelogistique .detailcantineproduit .form-control:focus{
    color:#212529;
    background-color:#fff;
    border-color:#86b7fe;
    outline:0;
    box-shadow:0 0 0 .25rem orangered;
}

.comptelogistique .detailcantineproduit .modal .modal-body button{
    background-color: orangered;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    font-weight: bold;
}


.comptelogistique .detailcantineproduit .searchC{
    background-color: orangered;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}




