@media screen and (min-width: 1300px) and (max-width: 1599px) 
{
    /*===LES PARTIES A CACHER========================*/
    .HDRESP{
       display: none;
    }
    /*
      ==================================
      == LA PAGE LOGIN DE CONNEXION
      ==================================
    */
    .PAGE_LOGPI{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        padding: 3em;
        border-radius: 0;
        background: linear-gradient(90deg, rgb(0, 119, 255) 0%, rgb(31, 60, 100) 35%, rgb(5, 30, 54) 100%);
    }
    .PAGE_LOGPII{
        width: 100%;
        height: 400px;
        padding: 1em 2em 1em 1em;
        margin-right: 1em;
    }
    .PAGE_LOGPII_3_1,
    .PAGE_LOGPII_2_1_1_1{
       font-size: .85em;
    }
    .PAGE_LOGPII_3:hover{
        background: #007bc2;
        padding: 5px 10px;
        border: 1px solid #007bc2;
    }
    .PAGE_LOGIN{
        width: 900px;
        height: auto;
        background:rgba(13, 35, 53, 0.47);
        box-shadow: 0px 1px 20px rgba(14, 14, 14, 0.24);
        border-radius: 20px;   
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;     
        text-align: center;
        position: relative;
        border: 2px solid rgba(13, 35, 53, 0.47);
    }
    .PG_INPS{
        width: 100%;
        height: 100px;
        display: grid;
        align-content: center;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        margin-top: 10px;
    }
    .PAGE_LOGC{
        width: 600px;
        height: 650px;
        background:rgba(13, 35, 53, 0.47);
        box-shadow: 0px 1px 20px rgba(14, 14, 14, 0.24);
        border-radius: 20px;   
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;     
        text-align: center;
        position: relative;
        border: 2px solid rgba(13, 35, 53, 0.47);
    }
    .PAGE_LOGCI{
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .PAGE_LOGCI img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }
    .PAGE_LOGCI_1{
        color:rgb(182, 134, 51);
        font-size: 1.6em;
        line-height: 1em;
        text-shadow: 1px 2px 3px #000;
        font-family: "Dancing Script", serif;
        margin-bottom: 10px;
    } 
    .PAGE_LOGCI_1_2{
        color:rgb(221, 221, 221);
        font-weight: 200;
        font-size: .8em;
        line-height: 1em;
        text-shadow: 1px 2px 3px #000;    
    }
    .PAGE_CENT{
        width: 100%;
        height: auto;
    }
    .PAGE_LOGCIE{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background:rgb(141, 37, 37);
        margin: 10px auto;
        border-radius: 5px;
        color:rgb(226, 226, 226);
        justify-content: center;
        font-weight: 200;
    }
    .PG_INP{
        width: 100%;
        height: 90px;
        margin-bottom: 20px;
    }
    .PG_INP .FORMSPL{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;   
    }
    .PG_INP .FORDLR_3_1{
        color:rgb(185, 185, 185);
        font-size: 1em;
        text-shadow: 0 1px 1px #000;
    }
    .PG_INP .FORMSPL .FORDLR_3_2{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px;
        background: #183c55;
        border-radius: 5px; 
        border: 2px solid rgb(34, 88, 126);
    }

    .PG_INP .FORMSPL .FORDLR_3_2 input{
        width: 90%;
        height: 100%;
        padding: 10px;
        border: none;
        font-size: 1em;
        background: #183c55;  
        transition: .5s;
        color: #eee;  
        background: #000;
        background: fixed;

    }
    .PG_INP .FORMSPL .FORDLR_3_2 input::placeholder{
        color: rgb(128, 128, 128);
        font-weight: 200px;
        background: none;
    }
    .PG_OPT{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .PG_OPTL label{
        color: rgb(143, 143, 143);
        font-size: .85em;
        font-weight: 300;
    }
    .PG_OPTL_1{
        color: rgb(139, 102, 67);
        font-size: .85em;
        transition: .5s;
    }
    .PG_OPTL_1:hover{
        color: rgb(185, 107, 11);
        text-decoration: underline;
        margin-right: 5px;
    }
    .PG_OPTB{
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 9px auto;
    }
    .PG_OPTB button{
        width: 100%;
        height: 100%;
        background:rgb(14, 60, 131);
        color:rgb(153, 153, 153);
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition:.5s;
        border-width:0 ;
    }
    .PG_OPTB button:hover{
        background:rgb(10, 89, 207);
        color: #fff;
        text-decoration: underline;
    }
    .PG_OPTR{
        color: rgb(139, 102, 67);
        font-size: .85em;
        transition: .5s;
    }
    .PG_OPTR:hover{
        color: rgb(185, 107, 11);
        text-decoration: underline;
        margin-right: 5px;
    }
    .SET_ERREUR{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto;
        background: rgb(245, 122, 91);
    }
    .SET_ERREUR_1{
        font-size: 1em;
        color: #fff;
        font-weight: 200;
        text-transform: uppercase;
    }
    .FORDLR_3_2_1 {
        font-size: .9em;
        color: rgb(221, 221, 221);
        padding: 5px;
        background: rgb(81, 162, 209);
        border-radius: 6px;
    }

    /*
      ==================================
      == LA PAGE LOGIN DE CONNEXION
      ==================================
    */
    .PAGE_LOGC{
        width: 600px;
        height: 650px;
        background:rgba(13, 35, 53, 0.47);
        box-shadow: 0px 1px 20px rgba(14, 14, 14, 0.24);
        border-radius: 20px;   
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;     
        text-align: center;
        position: relative;
        border: 2px solid rgba(13, 35, 53, 0.47);
    }
    .PAGE_LOGCI{
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .PAGE_LOGCI img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .PAGE_LOGCI_1{
        color:rgb(182, 134, 51);
        font-size: 1.6em;
        line-height: 1em;
        text-shadow: 1px 2px 3px #000;
        font-family: "Dancing Script", serif;
        margin-bottom: 10px;
    } 
    .PAGE_LOGCI_1_2{
        color:rgb(221, 221, 221);
        font-weight: 200;
        font-size: .8em;
        line-height: 1em;
        text-shadow: 1px 2px 3px #000;    
    }
    .PAGE_CENT{
        width: 100%;
        height: auto;
    }
    .PAGE_LOGCIE{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background:rgb(141, 37, 37);
        margin: 10px auto;
        border-radius: 5px;
        color:rgb(226, 226, 226);
        justify-content: center;
        font-weight: 200;
    }
    .PG_INP{
        width: 100%;
        height: 90px;
        margin-bottom: 20px;
    }
    .PG_INP .FORMSPL{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;   
    }
    .PG_INP .FORDLR_3_1{
        color:rgb(185, 185, 185);
        font-size: 1em;
        text-shadow: 0 1px 1px #000;
    }
    .PG_INP .FORMSPL .FORDLR_3_2{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px;
        background: #183c55;
        border-radius: 5px; 
        border: 2px solid rgb(34, 88, 126);
    }

    .PG_INP .FORMSPL .FORDLR_3_2 input{
        width: 90%;
        height: 100%;
        padding: 10px;
        border: none;
        font-size: 1em;
        background: #183c55;  
        transition: .5s;
        color: #eee;  
        background: #000;
        background: fixed;

    }
    .PG_INP .FORMSPL .FORDLR_3_2 input::placeholder{
        color: rgb(128, 128, 128);
        font-weight: 200px;
        background: none;
    }
    .PG_OPT{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .PG_OPTL label{
        color: rgb(143, 143, 143);
        font-size: .85em;
        font-weight: 300;
    }
    .PG_OPTL_1{
        color: rgb(139, 102, 67);
        font-size: .85em;
        transition: .5s;
    }
    .PG_OPTL_1:hover{
        color: rgb(185, 107, 11);
        text-decoration: underline;
        margin-right: 5px;
    }
    .PG_OPTB{
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 9px auto;
    }
    .PG_OPTB button{
        width: 100%;
        height: 100%;
        background:rgb(14, 60, 131);
        color:rgb(153, 153, 153);
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition:.5s;
        border-width:0 ;
    }
    .PG_OPTB button:hover{
        background:rgb(10, 89, 207);
        color: #fff;
        text-decoration: underline;
    }
    .PG_OPTR{
        color: rgb(139, 102, 67);
        font-size: .85em;
        transition: .5s;
    }
    .PG_OPTR:hover{
        color: rgb(185, 107, 11);
        text-decoration: underline;
        margin-right: 5px;
    }
    .SET_ERREUR{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto;
        background: rgb(245, 122, 91);
    }
    .SET_ERREUR_1{
        font-size: 1em;
        color: #fff;
        font-weight: 200;
        text-transform: uppercase;
    }
    /*
      =========================================
        | DESTION DE LA PAGE ADMIN CENTRALE
      =========================================
    */
    .HDRESP{
        display: none;
    }
    /*====LA TOP BARRE==========*/
    .ADMIN_TOPI{
        width: 100%;
        height: 55px;
        display: flex;
        padding: 0 7rem;
        justify-content: space-between;
        align-items: center;
    }
    .ADMIN_TOPIL{
        width: 50%;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .ADMIN_TOPILI{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .ADMIN_TOPILI img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
    .ADMIN_TOPILI_d{
        color: #fff;
        font-size: 1.1em;
        font-weight: 200;
    }

    /*===ADMIN TOP PART II================== */
    .ADMIN_TOPII{
        width: 100%;
        height: 45px;
        display: flex;
        padding: 0 6rem;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    .ADMIN_TOPIIC{
        width: 100%;
        height: 40px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .ADMIN_TOPIICR{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    .ADMIN_DV_D{
        display: none;
    }
    .ADMIN_DI{
        width: 40px;
        height: 40px;
        position: relative;
    }
    .ADMIN_DI{
        width: 40px;
        height: 40px;
        position: relative;
        top: 0;
        left: 10px;
    }
    .ADMIN_DIM_i{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .ADMIN_DIM_i img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        border-radius: 50%;
    }
    .ADMIN_DIM_1{
        color:rgb(49, 190, 36);
        font-size: .9em;
        position: absolute;
        bottom: -2px;
        right: -9px;
    }
    .ADMIN_DV{
        width: 50px;
        margin-left: 10px;
    }
    .ADMIN_DVA{
        position: relative;
    }
    .ADMIN_DVA_1{
        padding: 4px;
        font-size: 1.2em;
        color:rgb(94, 94, 94);
        transition: .5s;
    }
    .ADMIN_DVA_1:hover{
        background: #eee;
        border-radius: 50%;
        color: #183c55;
    }
    .ADMIN_DVA_1_1{
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding: 3px;
        background:rgb(230, 34, 34);
        position: absolute;
        top: -10px;
        right: -4px;
        font-size: .8em;
        color: rgb(243, 243, 243);
    }
    .ADMIN_TOPIICLK{
        color: #183c55;
        font-size: 1em;
        margin-right: 10px;
        transition: .5s;
        padding: 5px 10px;
    }
    .ADMIN_TOPIICLK:hover{
        background: #eee;
        padding: 5px 10px;
        border-radius: 5px;
        color: #202020;
    }
    .PG_GLOB{
        width: 100%;
        height: auto;
    }
    .ADMIN_FTC{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .ADMIN_FTC_1{
        color: rgb(182, 182, 182);
        font-size: .7em;
        padding: 0 20px;
    }
    .ADMIN_DEC{
        margin-left: 30px;
        background: #eee;
        padding: 4px 10px;
        border-radius: 5px;
        font-weight: 300;
        font-size: .9em;
    }
    .ADMIN_DEC:hover{
        transition: .5s;
        background:rgb(253, 98, 36);
        color: #fff;
    }
    .ADMIN_FOOTER{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgb(0, 119, 255) 0%, rgb(31, 60, 100) 35%, rgb(5, 30, 54) 100%);
    }
    /*
      ============================
      == PAGE HOME ADMIN
      ============================
    */
    .PG_GLOB{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
    }
    .ADMIN_PT{
        width: 100%;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .ADMIN_PTP{
        width: 100%;
        display: flex;
        padding: 30px;
        justify-content: center;
        background: rgba(0, 0, 0, 0.24);
    }
    .ADMIN_PTC{
        width: 1365px;
        height: 150px;
        display: grid;
        gap: 10rem;
        grid-template-columns: 150px 1fr;  
        padding: 0 40px;    
    }
    .ADMIN_PTCIP{
        width: 100%;
        height: 150px;
        position: relative;
    }
    .ADMIN_PINFLI{
        width: 150px;
        height: 150px;
        display: flex;
        overflow: hidden;
        background:rgb(255, 255, 255);      
        border-radius: 50%;
        padding: 10px;
    }
    .ADMIN_PINFLI img{
        width: 100%;
        border-radius: 50%;
    }
    .ADMIN_PINFLIF{
        width: 200px;
        bottom: 10px;
        left: 6rem;
        padding: 10px;
        position: absolute;
        background: #000000ce;
        border-radius: 20px 10px 30px 10px;
    }
    .ADMIN_PINFLIF_o{
        background:rgb(36, 148, 8);
        padding: 4px;
        font-size: .7em;
        color: #fff;
        border-radius: 50%;
    }
    .ADMIN_PINFLIF_1{
        color: #d8d8d8;
        margin-left: 4px;
        font-weight: 200;
        font-size: 1em;
    }
    .ADMIN_PINFLN{
        width: 100%;
        height: 165px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 15px;
    }
    .ADMIN_PINFLNI{
        width: 100%;
        height: 43px;
        border-bottom: 1px dashed rgb(95, 95, 95);
    }
    .ADMIN_PINFLNI_1{
        color:rgb(172, 133, 62);
        font-size: 1em;
        margin-right: 10px;
    }
    .ADMIN_PINFLNI_1_1{
        color: #b8b8b8;
        font-size: 1em;
        font-weight: 200;
    }
    .ADMIN_PINFLNT{
        width: 100%;
        display: flex;
        align-items: center;
        height: 45px;
    }
    .ADMIN_PINFLNT_1{
        background:rgb(22, 137, 219);
        margin-right: 20px;
        padding: 3px 6px;   
        border-radius: 6px;
        font-size: 1em;
        color: #dfdfdf;
        font-weight: 200;
        transition: .5s;
    }
    .ADMIN_PINFLNT_1:hover{
        background:rgb(0, 93, 160);
        padding: 3px 8px;  
    }
    .ADMIN_PINFLNT_1_1{
        background:rgb(121, 94, 172);
        margin-right: 20px;
        padding: 3px 6px;   
        border-radius: 6px;
        font-size: 1em;
        color: #dfdfdf;
        font-weight: 200;
        transition: .5s;
    }
    .ADMIN_PINFLNT_1_1:hover{
        background:rgb(79, 26, 107);
        padding: 3px 8px;  
    }
    .ADM_PCS{
        width: 1365px;
        height: auto;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
        padding: 2rem 4rem;
        margin: 10px auto;
    }
    .ADMI{
        width: 100%;
        height: 250px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: 6px solid #fff;
        box-shadow: 0 2px 10px #dddddd;
    }
    .ADM_PCI{
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .ADM_PCI img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .ADM_PC_1{
       color: #fff;
       font-size: 1em;
       font-weight: 300;
    }
    .ADM_PC_1_1{
        border: 1px solid rgb(138, 97, 44);
        padding: 4px 10px;
        color: rgb(138, 97, 44);
        font-size: .9em;
        transition: .5s;
        font-weight: 300;
    }
    .ADM_PC_1_1:hover{
        background: rgb(124, 81, 24);
        color: #fff;
        padding: 4px 15px;
    }
    .PG_INPSELECT {
        width: 100%;
        height: 90px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
      }
      .PG_INPSELECT select {
        width: 100%;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 4px;
          background: #183c55;
          border-radius: 5px;
          border: 2px solid rgb(34, 88, 126);
          color: #d1d1d1;
          font-weight: 200;
          font-size: .8em;
      }
      .FORDLR_3_1_1 {
        color: rgb(185, 185, 185);
        font-size: 1em;
        text-shadow: 0 1px 1px #000;
        text-transform: uppercase;
      }
    
      /*====PAGE DE CREATION DE COMPTE MEMBRE================*/
    .PGMBR_RIGHTL{
        width: 95%;
    }
    .PAGE_LOGPII_2_1_1_1{
        font-size: .8em;
    }
    .PTG{
        width: 730px;
    }
    .PG_CM{
        display: none;
    }
   
    
   
    
    

}

@media screen and (min-width: 1024px) and (max-width: 1299px) 
{
    
    /*
    ==================================
    == LA PAGE LOGIN DE CONNEXION
    ==================================
    */
    .PG_CM{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .PAGE_LOGPII{
        display: none;
    }
   .PAGE_LOG {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction:column;
        gap: 40px;
        align-items: center;
    }
    .PAGE_LOGPI{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3em;
        border-radius: 0;
        background: linear-gradient(90deg, rgb(0, 119, 255) 0%, rgb(31, 60, 100) 35%, rgb(5, 30, 54) 100%);
    }
    .PAGE_LOGIN{
        width: 900px;
        height: auto;
        background:rgba(13, 35, 53, 0.47);
        box-shadow: 0px 1px 20px rgba(14, 14, 14, 0.24);
        border-radius: 20px;   
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;     
        text-align: center;
        position: relative;
        border: 2px solid rgba(13, 35, 53, 0.47);
    }
    .PG_INPS{
        width: 100%;
        height: 100px;
        display: grid;
        align-content: center;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        margin-top: 10px;
    }
      .PG_INPSELECT {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
      }
      .PG_INPSELECT select {
        width: 100%;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 4px;
          background: #183c55;
          border-radius: 5px;
          border: 2px solid rgb(34, 88, 126);
          color: #d1d1d1;
          font-weight: 200;
          font-size: .8em;
      }
      .FORDLR_3_1_1 {
        color: rgb(185, 185, 185);
        font-size: 1em;
        text-shadow: 0 1px 1px #000;
        text-transform: uppercase;
      }
      .PAGE_LOGC{
        width: 600px;
        height: 650px;
        background:rgba(13, 35, 53, 0.47);
        box-shadow: 0px 1px 20px rgba(14, 14, 14, 0.24);
        border-radius: 20px;   
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;     
        text-align: center;
        position: relative;
        border: 2px solid rgba(13, 35, 53, 0.47);
    }
    .PAGE_LOGCI{
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .PAGE_LOGCI img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }
    .PAGE_LOGCI_1{
        color:rgb(182, 134, 51);
        font-size: 1.6em;
        line-height: 1em;
        text-shadow: 1px 2px 3px #000;
        font-family: "Dancing Script", serif;
        margin-bottom: 10px;
    } 
    .PAGE_LOGCI_1_2{
        color:rgb(221, 221, 221);
        font-weight: 200;
        font-size: .8em;
        line-height: 1em;
        text-shadow: 1px 2px 3px #000;    
    }
    .PAGE_CENT{
        width: 100%;
        height: auto;
    }
    .PAGE_LOGCIE{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background:rgb(141, 37, 37);
        margin: 10px auto;
        border-radius: 5px;
        color:rgb(226, 226, 226);
        justify-content: center;
        font-weight: 200;
    }
    .PG_INP{
        width: 100%;
        height: 90px;
        margin-bottom: 20px;
    }
    .PG_INP .FORMSPL{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;   
    }
    .PG_INP .FORDLR_3_1{
        color:rgb(185, 185, 185);
        font-size: 1em;
        text-shadow: 0 1px 1px #000;
    }
    .PG_INP .FORMSPL .FORDLR_3_2{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px;
        background: #183c55;
        border-radius: 5px; 
        border: 2px solid rgb(34, 88, 126);
    }

    .PG_INP .FORMSPL .FORDLR_3_2 input{
        width: 90%;
        height: 100%;
        padding: 10px;
        border: none;
        font-size: 1em;
        background: #183c55;  
        transition: .5s;
        color: #eee;  
        background: #000;
        background: fixed;

    }
    .PG_INP .FORMSPL .FORDLR_3_2 input::placeholder{
        color: rgb(128, 128, 128);
        font-weight: 200px;
        background: none;
    }
    .PG_OPT{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .PG_OPTL label{
        color: rgb(143, 143, 143);
        font-size: .85em;
        font-weight: 300;
    }
    .PG_OPTL_1{
        color: rgb(139, 102, 67);
        font-size: .85em;
        transition: .5s;
    }
    .PG_OPTL_1:hover{
        color: rgb(185, 107, 11);
        text-decoration: underline;
        margin-right: 5px;
    }
    .PG_OPTB{
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 9px auto;
    }
    .PG_OPTB button{
        width: 100%;
        height: 100%;
        background:rgb(14, 60, 131);
        color:rgb(153, 153, 153);
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition:.5s;
        border-width:0 ;
    }
    .PG_OPTB button:hover{
        background:rgb(10, 89, 207);
        color: #fff;
        text-decoration: underline;
    }
    .PG_OPTR{
        color: rgb(139, 102, 67);
        font-size: .85em;
        transition: .5s;
    }
    .PG_OPTR:hover{
        color: rgb(185, 107, 11);
        text-decoration: underline;
        margin-right: 5px;
    }
    .SET_ERREUR{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto;
        background: rgb(245, 122, 91);
    }
    .SET_ERREUR_1{
        font-size: 1em;
        color: #fff;
        font-weight: 200;
        text-transform: uppercase;
    }
    .FORDLR_3_2_1 {
        font-size: .9em;
        color: rgb(221, 221, 221);
        padding: 5px;
        background: rgb(81, 162, 209);
        border-radius: 6px;
    }

     /*
      ==================================
      == LA PAGE ADMIN CENTRALE
      ==================================
    */
    .HDRESP{
        display: flex;
    }
    .ADMIN_TOPII,.ADMIN_TOPI,.ADMIN_TOPII{
        display: none;
    }
    /*====LA TOP BARRE==========*/
    .HDRESP{
        width: 100%;
        height: 100px;
        display: flex;
        padding: 10px 40px;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(24, 40, 63) 35%, rgba(0, 129, 255, 1) 100%);   
    }
    .HDRESPL{
        width: 3.6rem;
        height: 3.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .HDRESPL img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .HDRESPN{
        font-size: 2em;
        text-transform: uppercase;
        color: #ebebeb;
        text-shadow: 1px 3px 6px #000;
        position: relative;
    }
    .HDRESPN_1{
        color: #fda500;
        font-size: .65em;
        position: absolute;
        font-weight: 200;
        left: 30px;
        bottom: -10px;
        font-family: "Dancing Script", serif;
        font-family: "Parisienne", serif;
        text-transform: none;
    }
    .HDRESPM{
        color: #fff;
        font-size: 2.1em;
        cursor: pointer;
    }
    /*
      ============================
      == PAGE HOME ADMIN
      ============================
    */
    .PG_GLOB{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
    }
    .ADMIN_PT{
        width: 100%;
        height: auto;
        display: flex;
        padding: 40px 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;    
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -1px;
    }
    .ADMIN_PTP{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        background: rgba(0, 0, 0, 0.24);
        border-radius: 20px;
    }
    .ADMIN_PTC{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;  
    }
    .ADMIN_PTCIP{
        width: 100%;
        height: 170px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .ADMIN_PINFLI{
        width: 150px;
        height: 150px;
        display: flex;
        overflow: hidden;
        background:rgb(255, 255, 255);      
        border-radius: 50%;
        padding: 10px;
    }
    .ADMIN_PINFLI img{
        width: 100%;
        border-radius: 50%;
    }
    .ADMIN_PINFLIF{
        width: 200px;
        bottom: 40px;
        left: 35rem;
        padding: 10px;
        position: absolute;
        background: #000000ce;
        border-radius: 50px;
    }
    .ADMIN_PINFLIF_o{
        background:rgb(36, 148, 8);
        padding: 4px;
        font-size: .6em;
        color: #fff;
        border-radius: 50%;
    }
    .ADMIN_PINFLIF_1{
        color: #d8d8d8;
        margin-left: 4px;
        font-weight: 200;
        font-size: .9em;
    }
    .ADMIN_PINFLN{
        width: 100%;
        height: 200px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }
    .ADMIN_PINFLNI{
        width: 100%;
        height: 43px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed rgb(95, 95, 95);
    }
    .ADMIN_PINFLNI_1{
        color:rgb(172, 133, 62);
        font-size: 1em;
        margin-right: 10px;
        font-weight: 300;
    }
    .ADMIN_PINFLNI{
        width: 100%;
        height: 43px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed rgb(95, 95, 95);
    }
    .ADMIN_PINFLNI_1{
        color:rgb(172, 133, 62);
        font-size: 1em;
        margin-right: 10px;
        font-weight: 300;
    }
    .ADMIN_PINFLNI_1_1{
        color: #b8b8b8;
        font-size: .9em;
        font-weight: 200;
    }
    .ADMIN_PINFLNT{
        width: 100%;
        display: flex;
        align-items: center;
        height: 45px;
    }
    .ADMIN_PINFLNT{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
    }
    .ADMIN_PINFLNT_1{
        background:rgb(22, 137, 219);
        margin-right: 20px;
        padding: 3px 6px;   
        border-radius: 6px;
        font-size: 1em;
        color: #dfdfdf;
        font-weight: 200;
        transition: .5s;
    }
    .ADMIN_PINFLNT_1:hover{
        background:rgb(0, 93, 160);
        padding: 3px 8px;  
    }
    .ADMIN_PINFLNT_1_1{
        background:rgb(121, 94, 172);
        margin-right: 20px;
        padding: 3px 6px;   
        border-radius: 6px;
        font-size: 1em;
        color: #dfdfdf;
        font-weight: 200;
        transition: .5s;
    }
    .ADMIN_PINFLNT_1_1:hover{
        background:rgb(79, 26, 107);
        padding: 3px 8px;  
    }
    .ADM_PCS{
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
        padding: 1rem 3rem;
        margin: 10px auto;
    }
    .ADMI{
        width: 100%;
        height: 250px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: 6px solid #fff;
        box-shadow: 0 2px 10px #dddddd;
    }
    .ADM_PCI{
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .ADM_PCI img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .ADM_PC_1{
        color: #fff;
        font-size: 1em;
        font-weight: 300;
    }
    .ADM_PC_1_1{
        border: 1px solid rgb(138, 97, 44);
        padding: 4px 10px;
        color: rgb(138, 97, 44);
        font-size: .9em;
        transition: .5s;
        font-weight: 300;
    }
    .ADM_PC_1_1:hover{
        background: rgb(124, 81, 24);
        color: #fff;
        padding: 4px 15px;
    }
    .ADMIN_FOOTER{
        width: 100%;
        height: 80px;
        display: flex;
        padding: 1rem 2rem;
        align-items: center;
        text-align: center;
        justify-content: center;
        background: linear-gradient(90deg, rgb(0, 119, 255) 0%, rgb(31, 60, 100) 35%, rgb(5, 30, 54) 100%);
    }
    .ADMIN_FTC_1{
      color: #fff;
      font-size: .8em;
      font-weight: 300;
    }

    /*====PAGE DE CREATION DE COMPTE MEMBRE================*/
    .PGMBR_RIGHTL{
        width: 95%;
    }
    .PAGE_LOGPII_2_1_1_1{
        font-size: .8em;
    }
    .PTG{
        width: 530px;
    }
    .PG_CM{
        display: none;
    }
   





}