@media screen and (min-width: 919px) and (max-width: 1023px) 
{
   /*
    ==================================
    == 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: 800px;
        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);
    }
    .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);
    }
    .FORDLR_3_2_1 {
        font-size: .9em;
        color: rgb(221, 221, 221);
        padding: 5px;
        background: rgb(81, 162, 209);
        border-radius: 6px;
    }

    .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;
    }
    /*
      ==================================
      == 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: 650px;
        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: 50px;
        left: 20rem;
        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: 340px;
        display: flex;
        flex-direction: column;
    }
    .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_PINFLN{
        width: 100%;
        height: 250px;
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(2,1fr);
    }
    .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;
    }
    .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 D'INSCRIPTION====================*/
    .PGMBR_RIGHT{
      display: none;
    }
    .PAGE_LOGMBR {
        width: 100%;
        height: auto;
        display: flex;
        padding: 10px;
        flex-direction: column;
        align-items: center;
        background: #fff;
    }
    .PART_MBRIL{
        min-width: 900px;
        max-width: 900px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .PTG{
        width: 900px;
    }
    .PTGPLT_1_1{
      font-size: 1em;
    }   
    .SET_ERREUR{
      padding: 10px;
      text-align: center;
    }
    .SET_ERREUR_1{
      font-size: .8em;
    }


}

/*====== GESTION DE LA TABLETTE =======*/
@media screen and (min-width: 769px) and (max-width: 920px) 
{
   /*
    ==================================
    == 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: 100%;
        height: auto;
        background:rgba(13, 35, 53, 0.47);
        box-shadow: 0px 1px 20px rgba(14, 14, 14, 0.24);
        border-radius: 20px;   
        padding:30px;
        display: flex;
        flex-direction: column;
        align-items: center;     
        text-align: center;     
        border: 2px solid rgba(13, 35, 53, 0.47);
        margin: 20px auto;
    }
   .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;
        margin-top: 40px;
    }
    .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: 650px;
        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: 20rem;
        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: 340px;
        display: flex;
        flex-direction: column;
    }
    .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_PINFLN{
        width: 100%;
        height: 250px;
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(2,1fr);
    }
    .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(2,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 D'INSCRIPTION====================*/
    .PGMBR_RIGHT{
      display: none;
    }
    .PAGE_LOGMBR {
        width: 100%;
        height: auto;
        display: flex;
        padding: 10px;
        flex-direction: column;
        align-items: center;
        background: #fff;
    }
    .PART_MBRIL{
        min-width: 750px;
        max-width: 750px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .PTG{
        width: 750px;
    }
    .PTGPLT_1_1{
      font-size: 1em;
    }
    .PTGPLD{
      width: 100%;
      display: flex;
      flex-direction: column;
    }
    .SET_ERREUR{
      padding: 10px;
      text-align: center;
    }
    .SET_ERREUR_1{
      font-size: .8em;
    }
   
    
   
    

}