/* 

body{
    height: 100vh;
    background-size: cover;
    background-position: center;
} */

/*HEADER
header{
    background: linear-gradient(to bottom,#213695,#160c62 90%);
     background-color: #293b89; 
    position: fixed;
    z-index: 1000;
    top: 0; left: 0; right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 7px;
}

.circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg.jpg') ;
    
     background: red; 
    clip-path: circle(70% at right -20%);
}

 header .logo{
    font-weight: bolder;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
} 

Header a img{
    position:relative;
    border-radius: 50%;
    height: 50px;
    width: 50px;
   
}

Header a span{
    padding-left: 2px;
}

header .navbare ul{
    list-style: none;

}

header .navbare ul li{
    position: relative;
    float: left;
}

header .navbare ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 15px 15px 15px 15px;
    display: block;
     border: 1px solid red; 



header .navbare ul li a:hover{
    color: orange;
}


header .navbare ul li .autre{
    margin-left: 2rem;
}

header .navbare ul li ul{
    position: absolute;
    left: 0;
    width: 170px;
    background-color:#191970;
    padding-left: 0;
    border-radius: 0 0 8px 8px;
    display: none;

}

header .navbare ul li ul li{
    width: 100%;
    white-space:nowrap;
    border-top: 1px solid rgba(0, 0, 0, 0.1);

}

header .navbare ul li ul:last-child:hover{
    border-radius: 0 0 8px 8px;
}

header .navbare ul li:hover > ul{
    display:initial;
}

 header ul li .action_btn:hover{
    scale: 1.05;
    color: rgb(254, 19, 19);
}

.action_btn:active{
    scale: 0.95;
}


 .connect{
    color: white;
    padding-left: 10rem;

}

.ident{
    text-transform: uppercase;
}*/

/*DESIGN De la  TABLE*/

/* .table1{
    width: 100%;
    margin-top: 15rem;

} */



/* td{
    padding: 5px;
    border-top: 0.5px solid rgba(144, 140, 140,0.4);
    border-right: 0.5px solid rgba(144, 140, 140,0.4);
    border-bottom: 0.5px solid rgba(144, 140, 140,0.4);


} */




.peri{
    background-color: #191970;
}

.table-dark{
    text-align: center;
    color: rgb(243, 235, 235);
    text-transform: uppercase;
}

.table-dark{
    text-align: center;
    color: rgb(243, 235, 235);
    text-transform: uppercase;
    font-size: 20px;
}

tbody tr:nth-child(){
    background-color: rgb(19, 228, 19);
}

/***************STYLE AFFICHAGE LISTE*******************************/

.Affichage_List ul:nth-child(odd){
    background-color: rgb(200, 209, 200);
}

 .div_Aff_List{
    border: 1px solid rgba(245, 10, 10, 0.972);
    margin-left:17rem;
    margin-right: 17rem;
    border-radius: 10px;
}

.Affichage_List ul li{
    padding-right: 0rem;
    margin-left: 1rem;
    list-style: none;
    white-space: nowrap;
}




.plus{
    float: right;
    padding-left: 30px;
    /* border: 1px solid red; */
}


.aucun{
    text-align: center;
    font-size: 30px;
}

.Mois_Select{
    padding: 9px;
    border-radius: 10px;
    font-size: 16px;
}

.Annee{
    padding: 9px;
    border-radius: 10px;
    font-size: 16px;
}

/*.periode{
    margin-top: 2rem;
     position:fixed; 
    background-color: rgb(250, 246, 246);
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    width:100%;
}*/

/* .perio{
    position: fixed;
    background-color: rgb(250, 246, 246);
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
     width: 100%;
} */

#btn_VoirMoins{
    display:block;
}

#btn_VoirPlus{
    display: none;
}

#btn_VoirMoins, #btn_VoirPlus{
    float: left;
}




/*************************************************/

/*.accueil{
    height: 100vh;
    background: linear-gradient(to bottom,#213695,#160c62 90%);
    background-color:black;
    /* background-image: url('../images/bg.jpg') ; 
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
}

 #menu-bar{
    display: none;
}

header label{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
}*/



/*STYLE LOGIN*/

.containere{

    height: 100vh;
    width:100%;
    background-image: linear-gradient(rgba(0,0,50,0.8),rgba(0,0,50,0.8)),url('../images/regis_bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

.form-boxe{
    width: 90%;
    max-width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 50px 60px 70px;
    text-align: center;
}

.form-boxe h1{
    font-size: 30px  !important;
    margin-bottom: 60px  !important;
    color: #3c00a0  !important;
    position: relative  !important;

 }

 .form-boxe h1::after{
    content: '';
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background: #3c00a0;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.input-fielde{
    background: #eaeaea !important;
    margin: 10px 0px  !important;
    border-radius: 3px  !important;
    display: flex  !important;
    align-items: center  !important;
    max-height: 40px  !important;
    transition: max-height 0.5s  !important;
    overflow: hidden  !important;
}

.input{
    width: 100%  !important;
    background: transparent  !important;
    border: 0  !important;
    outline: 0  !important;
    padding: 18px 15px  !important;
}

.input-fielde i{
    margin-left: 15px  !important;
    color: #999  !important;
}

#eyeicon{
    /* width: 25px; 
    margin-right: 1rem;*/
    cursor: pointer;
} 


form p{
    text-align: left  !important;
    font-size: 13px  !important;
}

.btn-fielde{
    width: 100%  !important;
    display: flex  !important;
}

 .btn-fielde button{
    background: #3c00a0  !important;
    /* flex-basis: 48%  !important; */
    
    color: #fff;
    height: 40px;
    width: 50%;
    border-radius: 20px  !important;
    border: 0  !important;
    outline: 0  !important;
    cursor: pointer  !important;
    align-items: center  !important;
} */

.input-groupe{
    height: 300px  !important;
}

.alerte{
    color: red  !important;
    font-size: 13px  !important;
    border: 1px solid red;
    margin: 0;
}




.corp{
    margin-top: 4rem !important;
   }

.btn_B{
    width: 100% !important;
}




.P_D{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    border-bottom: 1px solid rgba(208, 203, 203,0.5);
    margin-right: 3%;
    margin-left: 3%;
}

.Detail_card{
    border: 1px solid rgba(215, 11, 11, 0.833);
    margin-left: 10%;
    margin-right: 10%;
}

.position{
    text-align: center;
    background-color: #3c00a0;
    color: #fff;
    margin-left: 25%;
    margin-right: 25%;
    border-radius: 10px;
}

.span_D{
    margin-left: 12rem;

    text-align: right;
}

.Desole{
    margin: 0;
    padding-left:5px;

}

.Affichage_List{
    margin-top: 4rem;
    display:none;
}


#Btn_tab_TFrs, #Btn_tab_Bordereau{
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}

/*
.card-corp{
    margin-top: 0px;
    padding-top: 4.5rem;
}

.btn-block{
    width: 100%;
}

.card-corp_Bordereau{
    margin-top: 0px;
    padding-top: 7rem;
    
}

.card-corp_Bordereau_result{
    margin-top: 0px;
    padding-top: 3.7rem;
    
}

.card-corp_TFrs{
    margin-top: 0px;
    padding-top: 5rem;
}

.card-corp_result{
    margin-top: 0px;
    padding-top: 5rem;
}*/

 .TFrs-result span, .TFrs-result p{
    margin-left: 10px;
}

 .TFrs-result{
    border: 1px solid red;
} 


.date_retrait_span{
    white-space: nowrap;
}

#Post_TFrs,#Post_Bordereau{
    display: none;
}

/******DESIGN PAGE ACCUEIL*************/

/*.Accueil_text{
    width: 600px;
    height: auto;
    margin-left: 2rem;
    margin-top: 10%;

    color: white;
}

.Accueil_text h1{
    font-family: 'Times New Roman';
    font-weight: bolder;
}

.Accueil_text h2{
    color: #f21c92;
}

.Accueil_text span{
    color: rgb(71, 246, 23);
    font-weight: bolder;
}

.Assurance{
    color: rgb(240, 240, 235);
}

.accueil a{
    margin-left: 2rem;
    width: 20%;
}



/*.B_Reception{
     border: 1px solid red; 
    text-align: center;
}*/

 /*.card_B, .card_T{
    margin-left: 15rem;
    margin-right: 15rem;
} */

/*****************************************************************/

/*RESPONSIVE DESIGN*/
/*@media(max-width:1085px){

    header{
        padding: 10px;
    }

    header label{
        display: initial;
    }

    header .navbare{
        position:absolute;
        top: 100%; left: 0; right: 0;
        background: #191970;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
    }

    header .navbare ul li{
        width: 100%;
    }

    header .navbare ul li ul{
        position: relative;
        width: 100%;
    }

    #menu-bar:checked ~ .navbare{
        display: initial;
    }

    /*.action_btn{
        background-color: rgba(251, 40, 21, 0.343); 
        color: #fff;
        padding: 0.3rem 1rem;
        border: none;
        outline: none;
        border-radius: 15px;
        /* font-size: 1rem; 
        font-weight: bold;
        cursor: pointer;
        transition: scale 0.2 ease;
        padding: 10;
        width: 40%;
        white-space: nowrap;
  }

.ident{
    text-transform: uppercase;

}

 .connect {
    padding-top: 16px;
    /* margin-left: ; */


/*****************************/
    /*STYLE PERIODE*/
    /* .periode{
         margin-top: 50px;
         /* border: 1px solid red; 
         text-align:right;

        } */


      .div_Aff_List{
          margin-left: 5px;
          margin-right: 5px;
      }

      .Affichage_List ul li{
        padding-right: 0;
        list-style: none;
        white-space: nowrap;
    }



    .Affichage_List{
        margin-top: 4rem;
        margin-bottom: 10rem;
        display: block;
    }

   /*************************/
         /*STYLE TABLE*/
.intitule{
    /* white-space: nowrap; */
    /* text-align: center; */
    width: auto;
    padding: 0;
    font-weight: bold; 

}

.Detail_card{
    /* border: 1px solid red; */
    margin-left: 0;
    margin-right: 0;
}

.position{
    text-align: center;
    background-color: #3c00a0;
    color: #fff;
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 10px;
}

.span_D{
    margin-left: 0;
    text-align: right;
}

#table1{
    display:none;
    margin-top: 5rem;
    margin-bottom: 10rem;
}



#btn_VoirPlus{
    display: block;
}

#btn_VoirMoins{
    display: none;
}

.card-corp_TFrs{
    margin-top: 0;
    padding-top:1rem;
    /* border: 1px solid red; */
    margin-bottom: 10rem;  
}



.card-corp_result{
    margin-top: 0;
    padding-top: 5.8;
}

.card-corp_Bordereau{
    margin-top: 0px;
    padding-top: 1rem;
}


.card-corp_Bordereau_result{
    margin-top: 0px;
    padding-top: 1rem;
}



/*********DESIGN ACCEUIL***************/

/*.Accueil_text{
    width: 100%;
    height: auto;
    margin-left: 0rem;
    margin-top: 4rem;
    color: white;
    background-color: rgba(18, 18, 233, 0.4);
    padding-top: 3rem;
}

.Accueil_text h1{
    font-family: 'Times New Roman';
}



.Accueil_text span{
    color: rgb(71, 246, 23);
    font-weight: bolder;
}

 .Assurance{
    color: rgb(246, 249, 47);
}

.Accueil_text h2, .Accueil_text h4, .Accueil_text h5{
    padding-left: 1rem;
}



.Accueil_text h4, .Accueil_text h5{
    padding-left: 2rem;
}


.accueil a{
    margin-left: 1rem;
    width: 40%;
    
}





.accueil{
    height: 100vh;
    background-color:rgb(180, 168, 168);
    background-image: url('../images/bg.jpg') ;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}

.circle{
    display: none;
}

.card_B, .card_T{
    margin-left: 0;
    margin-right: 0;
} 

.P_D{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(208, 203, 203,0.5);
    margin-right: 0;
    margin-left: 0;
}

}



/*@media(max-width:385px){

    .P_m_A{
        /* border: 1px solid blue; */
        /*display:flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .Mois_Select{
        padding: 2px;
        border-radius: 10px;
        font-size: 13px;
    }



} */








