:root
{
    --backgroundTitleMain: rgba(3, 154, 211, 1);  
    --backgroundMenu: rgba(216, 0, 0, 1);   
    --backgroundTitleInstall: rgba(216, 0, 0, 1);

    --colorHeadTitleText: #ffffff;
    --colorMainContent: #acacac;
    --colorMain: #ffffff;   

    box-sizing: border-box;
}

#body
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    overflow: none;
}

/**********************************************************************************************************************************************************************************
  Charte graphique du mode Principal 
***********************************************************************************************************************************************************************************/
.backgroundTitleMainColor
{
    background-color: var(--backgroundTitleMain);    
}

.backgroundMenuColor
{
    background-color: var(--backgroundMenu);
}

/**********************************************************************************************************************************************************************************
  Affichage du bandeau titre principal (Résolution par défaut)
***********************************************************************************************************************************************************************************/
#mainHeader 
{
    position: fixed;
    display: grid;    
    height: 60px;
    width: 100%;    
    top: 0;    
    grid-template-columns: 60px auto 0 60px;      
    
    z-index: 2;
}

#mainHeader2
{
    position: fixed;
    display: grid;    
    height: 60px;
    width: 100%;    
    top: 0;    
    grid-template-columns: 60px auto 0 60px;      
    
    z-index: 2;
}

#mainHeader2 > div > h1 
{
    position: relative;
    display: flex;    
    color: var(--colorHeadTitleText);
    font-family: ChampagneLimousines;
    font-size: 1.8em;
    font-weight: normal;    
    align-items: center;
    height: 40px;
    margin: 0;        
}


#mainHeader > div > h1 
{
    position: relative;
    display: flex;    
    color: var(--colorHeadTitleText);
    font-family: ChampagneLimousines;
    font-size: 1.8em;
    font-weight: normal;    
    align-items: center;
    height: 40px;
    margin: 0;        
}

#logoClub 
{
    position: relative;
    display: flex;
    width: 60px;
    padding: 0px; 
    
    cursor: pointer;
}

#menuLogin
{
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer; 
    margin: auto;
        
    outline: none;
    box-shadow: none;
}

#dateTime
{
    position: relative;
    display: none;

    height: 60px;

    font-family: ChampagneLimousines;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--colorHeadTitleText);
}

#date, #time
{   
    position: relative;
    display: block;
    align-items: center;

    height: 30px;  
    line-height: 30px;  
    letter-spacing: 0.15em;

    vertical-align: middle;

    text-align: center;    
}

#mainFooter
{
    height: 20px;
    width: 100%;
    font-size: .7em;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorHeadTitleText);      
}

#imgBackgroung
{
    position: relative;
    display: block;

    width: 100%;
    height: auto;
}

#bandeau
{
    position: relative;
    display: block;

    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; 
}

#main
{
    position: relative;
    display: block;    

    grid-area: center;        

    background-color: var(--colorMain);
    
   /* height: 100%;calc(100% - 50px);*/
    width: 100%;     
    height: 100%;                       
}

#main > h1
{
    color: var(--colorHeadTitleText);
    font-family: ChampagneLimousines;
    font-size: 1.4em;
    margin: 0px 0 0 0;
}

#menu
{
    position: relative;
    display: block;

    height: 20px;
    width: 100%;

    line-height: 20px;

    top: 40px;
}

#principalView
{
    position: relative;
    display: block;

    width: 100%;
    height: auto;
}

.logoReseau
{
    position: relative;
    display: block;

    top: 10px;

    width: 40px;
    height: auto;

    margin-left: auto;
    margin-right: auto;

    cursor: pointer;
}

.itemMenu
{
    position: relative;
    display: grid;

    grid-template-columns: auto 30px;

    text-align: center;
    width: auto;

    cursor: pointer;
}

.itemMenu
{
    position: relative;
    display: grid;

    text-align: center;
    width: auto;
    
    color: var(--colorHeadTitleText);
    font-family: RobotoBlack;
    font-size: 0.9em;

    height: 20px;
    line-height: 20px;

    cursor: default;
}

.itemMenu:after 
{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
  
.itemMenu:hover:after 
{
    transform: scaleX(1);
    transform-origin: bottom left;
}

.itemMenuDown
{
    position: relative;
    display: block;

    text-align: center;
    width: 100%;

    height: 20px;
    line-height: 20px;
    
    color: var(--colorHeadTitleText);
    font-family: Webdings;
    font-size: 1.2em;

    cursor: default;
}

.subMenuItem
{
    position: relative;
    display: block;

    height: 25px;
    line-height: 25px;

    color: var(--colorHeadTitleText);
    font-family: ChampagneLimousines;
    font-size: 1.2em;
    font-weight: bold;

    padding-left: 5px;

    cursor: default;
}

.subMenuItem:hover
{
    background-color: firebrick;
}

.article
{
    position: relative;
    display: block;

    width: 100%;
    height: auto;

    min-height: 100%;
}

.title_article
{
    position: relative;
    display: block;

    color: black;
    font-family: ChampagneLimousines;
    font-size: 2.5em;
    font-weight: bold;
    text-decoration: underline;
    text-align: justify;

    padding-left: 15px;
}

.text_center
{
    text-align: center;
}

.title_article_info
{
    position: relative;
    display: block;

    float: right;
    right: 0px;

    color: black;
    font-family: ChampagneLimousines;
    font-size: 2.3em;
    font-weight: bold;

    padding-left: 15px;
}

.article_001
{
    position: relative; 
    display: block; 
    max-width: 700px; 
    top: 10px; 
    height: 100%; 
    margin-left: auto; 
    margin-right: auto;
}

.article_002
{
    position:relative; 
    display: grid; 
    width: 100%; 

    grid-template-columns: 250px 9px 100px auto;
}

.article_003
{
    position:relative; 
    display: block; 
    width: 150px; 
    height: auto; 
    margin-left: auto;
    margin-right: auto; 
    border-radius: 100px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article_004
{
    position: relative; 
    display: block; 
    width: 3px; 
    height: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    background-color: black;
}

.article_005
{
    position:relative; 
    display: block; 
    color: black; 
    font-family: ChampagneLimousines; 
    font-size: 3em; 
    font-weight: bold;
}

.article_006
{
    position:relative; 
    display: grid; 

    width: 100%;
    height: 100%;

    font-family: ChampagneLimousines; 
    font-size: 1.2em;

    grid-template-rows: 150px 40px;
}

.article_membre
{
    position:relative; 
    display: grid; 

    width: 300px;
    height: 250px;

    margin-left: auto;
    margin-right: auto;    

    font-family: ChampagneLimousines; 
    font-size: 1.2em;

    grid-template-rows: 150px 40px 20px;
}

.article_008
{
    position:relative; 
    display: grid; 

    width: 100%;
    height: 100%;

    font-family: ChampagneLimousines; 
    font-size: 1.2em;

    grid-template-rows: auto;
}

.article_007
{
    position:relative; 
    display: block; 

    line-height: 20px;
    height: 20px;
    top: 20px;
}

.reg_article2
{
    position: relative;
    display: block;

    color: black;
    font-family: ChampagneLimousines;
    font-size: 1.4em;    

    padding-left: 15px;
}

.article_010
{
    position:relative; 
    display: block; 
    width: 150px; 
    height: 150px; 
    margin-left: auto;
    margin-right: auto; 
    border-radius: 100px; 

    overflow: hidden;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article_011
{
    position:relative; 
    display: block; 
    width: 150px;     
    height: auto; 
    
    -webkit-transition: 1s linear;
    transition: 1s linear;

    -webkit-filter: grayscale(100%);

    border-radius: 100px; 
}

.article_011:hover
{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-filter: none;
}

.article_012
{
    position:relative; 
    display: block; 

    line-height: 40px;
    height: 40px;
    bottom: 0px;

    color: black;
    font-family: ChampagneLimousines;
    font-size: 1.2em;    
    font-weight: bold;

    text-align: center;
}

.article_012_b
{
    position:relative; 
    display: block; 

    line-height: 20px;
    height: 20px;
    bottom: 0px;

    color: black;
    font-family: ChampagneLimousines;
    font-size: 1.2em;    
    font-weight: bold;

    text-align: center;
}

.article_separator
{
    position: relative;
    display: block;

    height: 2px;
    width: 100%;

    margin-top: 20px;
    margin-bottom: 20px;

    background-color: black;
}

.article_013
{
    position: relative; 
    display: block; 
    max-width: 90%; 
    top: 10px; 
    height: 100%; 
    margin-left: auto; 
    margin-right: auto;
}

.article_educateur
{
    position:relative; 
    display: grid; 

    width: 300px;
    height: 320px;

    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 20px;   

    font-family: ChampagneLimousines; 
    font-size: 1.2em;
    border-radius: 15px;

    grid-template-rows: 40px 150px 30px 20px 30px 30px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article_educateur_reduction
{
    position:relative; 
    display: grid; 

    width: 300px;
    height: 235px;

    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 20px;   

    font-family: ChampagneLimousines; 
    font-size: 1.2em;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    grid-template-rows: 40px 150px 30px 20px 30px 30px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article_educ_poste
{
    position:relative; 
    display: block; 

    line-height: 20px;
    height: 20px;
    top: 10px;

    color: firebrick;
    font-family: ChampagneLimousines;
    font-size: 1.2em;    
    font-weight: bold;

    text-align: center;
}

.article_educ_cadre
{
    position:relative; 
    display: grid; 
    width: 100%; 
    height: 100%;    

    grid-template-columns: auto 40px;
}

.article_educ_cadre_photo
{
    position:relative; 
    display: block; 
    width: 150px; 
    height: 150px; 
    padding-left: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;     

    overflow: hidden;

  /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.article_educ_diplome
{
    position:relative; 
    display: grid;

    width: 100%;
    height: 100%;

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    grid-template-rows: 20px 20px 20px 20px 20px auto;

    background-color: darkgray;
}

.article_educ_diplome_font
{
    position:relative; 
    display: block; 

    color: white;
    font-family: ChampagneLimousines;
    font-size: 0.8em;    
    font-weight: bold;

    margin-left: auto;
    margin-right: auto;
}

.article_educ_photo
{
    position:relative; 
    display: block; 
    width: 150px;     
    height: auto; 

    border-radius: 100px; 
}

.article_educ_name
{
    position:relative; 
    display: block; 

    line-height: 40px;
    height: 40px;
    top: 0px;

    color: black;
    font-family: ChampagneLimousines;
    font-size: 1.2em;    
    font-weight: bold;

    text-align: center;
}

.article_educ_email
{
    position:relative; 
    display: grid; 

    height: 100%;
    height: 100%;

    grid-template-columns: 50px auto;
}

.article_educ_email_img
{
    position:relative; 
    display: block; 

    height: 20px;
    width: auto;    

    margin-left: auto;
    margin-right: auto;
}

.article_educ_email_text
{
    position:relative; 
    display: block; 

    line-height: 30px;
    height: 30px;
    top: 0px;

    color: black;
    font-family: ChampagneLimousines;
    font-size: 1.2em;    
    font-weight: bold;

    text-align: center;
}

.article_educ_phone
{
    position:relative; 
    display: grid; 

    height: 100%;
    height: 100%;

    top: 5px;

    grid-template-columns: 50px auto;
}

.article_educ_phone_img
{
    position:relative; 
    display: block; 

    height: 20px;
    width: auto;  
    
    top: 5px;

    margin-left: auto;
    margin-right: auto;
}

.article_educ_phone_text
{
    position:relative; 
    display: block; 

    line-height: 30px;
    height: 30px;
    bottom: 0px;

    color: black;
    font-family: ChampagneLimousines;
    font-size: 1.2em;    
    font-weight: bold;

    text-align: center;
}

.project
{
    position: relative; 
    display: block; 
    height: 100%; 
    width: 100%;
}

.project_ctn_001
{
    position: relative; 
    display: grid; 
    height: 100%; 
    width: 100%;

    grid-template-rows: 40px calc(100% - 40px);
}

.project_ctn_002
{
    position: relative; 
    display: grid;     
    width: 100%; 
    height: 100%;

    grid-template-rows: 80px 80px calc(100% - 280px) 40px 40px 40px;
}

.project_ctn_003
{
    position: relative; 
    display: grid;     
    width: 100%; 
    height: 100%;

    grid-template-rows: 80px auto 40px;
}

.project_ctn_004
{
    position: relative; 
    display: grid;     
    width: 100%; 
    height: 100%;

    grid-template-rows: 80px 40px auto;
}

.project_ctn_005
{
    position: relative; 
    display: grid;     
    width: 100%; 
    height: 100%;

    grid-template-rows: 80px 40px 40px auto;
}

.project_ctn_006
{
    position: relative; 
    display: grid;     
    width: 100%; 
    height: 100%;

    grid-template-rows: 80px 40px auto 40px;
}

.project_logo_001
{
    position: relative; 
    display: block;

    top: 10%;

    height: 80%;
    width: auto;

    margin-left: auto;
    margin-right: auto;
}

.project_label_001
{
    position: relative; 
    display: block;

    font-family: BalooChettan;
    font-size: 2.3em;    
    color: darkslategray;
    /*font-weight: bold;  */ 

    text-align: center;

    margin-left: auto;
    margin-right: auto;
}

.project_label_002
{
    position: relative; 
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1.2em;    
    color: firebrick;
    font-weight: bold;  

    letter-spacing : 2px;

    text-align: left;
}

.project_label_003
{
    position: relative; 
    display: block;

    font-family: ChampagneLimousines;
    font-size: 2em;    
    color: navy;  

    letter-spacing : 2px;

    text-align: right;
}

.project_label_004
{
    position: relative; 
    display: block;

    font-family: BalooChettan;
    font-size: 2.0em;    
    color: darkslategray;
    /*font-weight: bold;  */ 

    text-align: left;    
}

.project_label_005
{
    position: relative; 
    display: block;

    font-family: BalooChettan;
    font-size: 1.8em;    
    color: darkslategray;
    /*font-weight: bold;  */ 

    text-align: center;

    margin-left: auto;
    margin-right: auto;
}

.project_label_006
{
    position: relative; 
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1.4em;    
    color: navy;      

    text-align: left;
}

.project_label_007
{
    position: relative; 
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1.6em;    
    color: firebrick;
    font-weight: bold;  

    letter-spacing : 2px;

    text-align: center;
}

.project_label_008
{
    position: relative; 
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1.6em;    
    color: navy;
    font-weight: bold;  

    letter-spacing : 2px;

    text-align: center;
}

.project_label_009
{
    position: relative; 
    display: block;

    font-family: BalooChettan;
    font-size: 1.8em;    
    color: darkslategray;
    /*font-weight: bold;  */ 

    text-align: right;
    
    margin-right: 40px;
}

.project_label_010
{
    position: relative; 
    display: block;

    font-family: BalooChettan;
    font-size: 4em;    
    color: darkslategray;
    /*font-weight: bold;  */ 

    text-align: center;    
}

.project_label_011
{
    position: relative; 
    display: block;

    font-family: BalooChettan;
    font-size: 4em;    
    color: firebrick;
    /*font-weight: bold;  */ 

    text-align: center;        
}

.project_screen
{
    position: relative; 
    display: block; 
    height: calc(100% - 100px); 
    width: 1024px; 
    margin-left: auto; 
    margin-right: auto; 
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.titre_2
{
    position: relative;
    display: block;
    color: navy;
    font-family: ChampagneLimousines;
    font-size: 1.2em; 
    font-weight: bold;  
    
    text-align: center;
}

.titre_3
{
    position: relative;
    display: block;
    color: firebrick;
    font-family: ChampagneLimousines;
    font-size: 1.2em;   
    text-align: center;
    
    font-weight: bold;  
}

.titre_4
{
    position: relative;
    display: block;
    color: #FC8217;
    font-family: ChampagneLimousines;
    font-size: 1.2em;   
    text-align: left;

    letter-spacing : 2px;
    padding-left: 10px;
    
    font-weight: bold;  
}

.texte
{
    position: relative;
    display: block;
    color: black;
    font-family: RobotoBlack;
    font-size: 0.6em;   
    
    padding-left: 5px;
}

.texte_001
{
    position: relative;
    display: block;
    color: black;
    font-family: RobotoBlack;
    font-size: 1.0em; 

    line-height: 30px;
    vertical-align: middle;
    
    padding-left: 5px;
}

.texte_002
{
    position: relative;
    display: block;
    color: navy;
    font-family: RobotoBlack;
    font-size: 1.0em; 

    /*color:rgba(165, 165, 165, 0.219);*/

    line-height: 30px;
    vertical-align: middle;
    
    padding-left: 5px;
}

.texte_003
{
    position: relative;
    display: block;
    color: black;
    font-family: ChampagneLimousines;
    font-size: 1.2em;   
    
    padding-left: 5px;
}

.texte_004 
{
    position: relative;
    display: block;

    font-size: 0.8em;
    color: #4E4B4B;
    font-family: NEUTON_REGULAR;

    padding-left: 10px;
}

.texte_005 
{
    position: relative;
    display: inline;
    width: auto;
    font-size: 0.7em;
    color: #414141;
    font-family: NEUTON_REGULAR;
    text-align: right;
    right: 0px;
    float: right;
}

.dlg_login
{
    position: relative; 
    display: grid; 
    width: 500px; 
    height: 250px; 
    background-color: white; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 

    grid-template-rows: 40px auto 40px;

    top : calc(50% - 125px);
    margin: auto;    
}

.login_title
{
    position: relative; 
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1.6em;    
    color: firebrick;
    font-weight: bold;  

    letter-spacing : 2px;

    line-height: 40px;
    vertical-align: middle;
    text-align: center;
}

.login_label
{
    position: relative; 
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1.4em;    
    color: black;

    line-height: 30px;
    vertical-align: middle;
    text-align: right;
}

.login_input
{
    position: relative; 
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1.4em;    
    color: black;

    width: 100%;

    margin-left: 10px;

    line-height: 30px;
    vertical-align: middle;
    
    border-style: none;
    border-bottom-color: firebrick;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.login_input:focus
{
    outline: none;
}

.login_btn
{
    position: relative; 
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1em;    
    color: firebrick;
    font-weight: bold; 

    cursor: pointer;

    line-height: 40px;
    vertical-align: middle;
    text-align: center;
}

.login_btn:hover
{
    text-decoration: underline; 
}

.admin_menu
{
    position: relative; 
    display: grid; 
    border-right-color: gray; 
    border-right-style: none; 
    border-right-width: 1px; 
    background-color: whitesmoke;

    grid-template-rows: 40px 40px 40px 40px auto;
}

.admin_item_menu
{
    position: relative; 
    display: grid;

    grid-template-columns: 40px auto;
}

.admin_item_img_adherent
{
    position:relative;
    display:block;

    width: 30px;
    height: auto;

    margin: auto;
}

.admin_item_lib_adherent
{
    position:relative;
    display:block;

    font-family: NEUTON_REGULAR;
    font-size: 1em;    
    color: gray;    

    cursor: pointer;
    
    height: 40px;
    line-height: 40px;

    text-align: center;
    vertical-align: middle;    
}

.admin_item_lib_adherent:hover
{
   /*font-weight: bold;*/
    text-decoration: underline;

    color: navy;
}

.admin_item_lib_active
{
    color: firebrick;
    text-decoration: underline;
}

.adherent_menu
{
    font-family: ChampagneLimousines;
    font-size: 1.4em;    
    color: white;

    line-height: 30px;
    height: 30px;

    text-align: center;
    cursor: pointer;

    margin-top: 5px;
    margin-bottom: 5px;

    border-right-color: white;
    border-right-style: solid;
    border-right-width: 1px;
}

.adherent_menu:hover
{    
    text-decoration: underline;
}

.popupMenu
{
    position: absolute;
    display: none;
    width: 150px;
    height: 60px;            

    background-color: white;
    border-radius: 10px;
    border-style: solid;
    border-width: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.popup_menu_item
{
    position: relative; 
    display: grid; 
    grid-template-columns: 50px auto;

    border-radius: 10px;
    border-style: solid;
    border-width: 0;

    color: #414141;
}

.popup_menu_item:hover
{
    color: white;
    background-color: #414141;
}

.popup_menu_label
{
    position: relative;
    display: block;

    line-height: 30px;
    vertical-align: middle;

    font-family: ChampagneLimousines;
    font-size: 1.4em;      

    cursor: pointer;
}

.selectRow
{
    background-color: rgb(255, 169, 212);
}

.InvalidEmail
{
    background-color: crimson;
}

.ValidEmail
{
    background-color: forestgreen;
}

@media screen and (min-width: 768px)
{
    #mainHeader > h1
    {
        font-size: 1.4em;
    }

    #mainHeader2 > h1
    {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 1024px)
{
    #mainHeader 
    {        
        grid-template-columns: 60px auto 60px 60px 60px 60px 120px 60px;    
    }

    #mainHeader2
    {        
        grid-template-columns: 60px auto 60px 60px 120px;    
    }

    #mainHeader > div > h1
    {
        font-size: 2.0em;
        font-weight: bold;
        margin-left: 5px;
    }   
    
    #mainHeader2 > div > h1
    {
        font-size: 2.0em;
        font-weight: bold;
        margin-left: 5px;
    }    

    #dateTime
    {
        display: block;
    }
}
  