:root
{
    --backgroundTitleMain: rgba(3, 154, 211, 1);     
    --backgroundTitleInstall: rgba(216, 0, 0, 1);

    --colorHeadTitleText: #ffffff;
    --colorMainContent: #acacac;
    --colorMain: #ffffff;   

    box-sizing: border-box;
}

body 
{
    position: absolute;
    display: block;

    border: 0; 
    margin: 0; 
    padding: 0; 
    height: 100%; 
    width: 100%;
    overflow: hidden;
}

.noselect 
{
	-webkit-user-drag: none;
     -khtml-user-drag: none;
       -moz-user-drag: none;
         -o-user-drag: none;        
	
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
	                              supported by Chrome and Opera */
}

/**********************************************************************************************************************************************************************************
  Charte graphique du mode Principal 
***********************************************************************************************************************************************************************************/
.backgroundTitleMainColor
{
    background-color: var(--backgroundTitleMain);    
}

/**********************************************************************************************************************************************************************************
  Affichage du bandeau titre principal (Résolution par défaut)
***********************************************************************************************************************************************************************************/
#mainHeader 
{
    position: fixed;
    display: grid;    
    height: 180px;
    width: 100%;    
    top: 0;    
    grid-template-columns: 180px auto 180px;           
}

#logoClub 
{
    position: relative;
    display: flex;
    height: 180px;
    width: auto;
    padding: 0px;    
}

#logoEntente 
{
    position: relative;
    display: flex;
    height: 160px;
    width: auto;
    padding: 0px;   
    top: 10px; 
}

#menuToggle 
{
    display: grid;

    width: 180px;
    height: 180px;
    background-color: transparent;
    border: none;
    cursor: pointer; 
    
    outline: none;
    box-shadow: none;

    grid-template-rows: auto 50px;
}

#menuLogo
{
    width: auto;
    height: 150px; 
    
    margin: auto;
}

#menuText
{
    color: var(--colorHeadTitleText);
    font-family: ChampagneLimousines;
    font-size: 2.2em;    
    margin-top: -25px;

    text-align: center;     
}

#title
{
    position: relative;
    display: grid;

    color: var(--colorHeadTitleText);
    font-family: ChampagneLimousines;    
    font-weight: bold;
    margin: auto;

    text-align: center;

    line-height: 90px;
    width: 100%;
    height: 100%;    

    grid-template-rows: auto auto;
}

#titleL1
{
    position: relative;
    display: block;

    color: var(--colorHeadTitleText);
    font-family: ChampagneLimousines;    
    font-weight: bold;
    font-size: 2.8em;
    
    line-height: 90px;
    width: 100%;
    height: 100%;            
}

#titleImg
{
    position: relative;
    display: block;

    margin: auto;
    
    width: 100%;
    height: 100%;         

    object-position: center;
    object-fit: contain;

    max-height: 180px;
}

#titleL2
{
    position: relative;
    display: block;

    color: var(--colorHeadTitleText);
    font-family: ChampagneLimousines;    
    font-weight: bold;
    font-size: 2.4em;
    
    line-height: 90px;
    width: 100%;
    height: 100%;        
}

#menu
{
    position: fixed; 
    display: block; 
    top: 180px; 
    left: -100%; 
    height: calc(100% - 180px); 
    width: 100%; 
    background-color: var(--backgroundTitleMain);

    font-family: ChampagneLimousines;
    font-size: 1em;    

    box-shadow: 4px 0 5px -2px #888;    

    z-index: 999;
}

#menuBandeau
{
    position: relative; 
    display: block; 

    height: 250px;
    width: 100%;

    background-color: rgb(0, 13, 133);
    /*font-size: 2.9em;*/
}

/*@media screen and (max-width: 64em) 
{
    
}*/

#menuBandeau .menu 
{
    position: relative;
    display: grid;
	top: 50px; 
    left: 0;   
    padding: 0;
    margin: 0;    
    
    grid-template-columns: 20% 20% 20% 20% 20%;
}

#menuBandeau .menu>li 
{
    position: relative;
	display: grid;	

	text-align: center;
	text-transform: uppercase;
    text-decoration: none; 	
    color: white;

    padding-right: auto;
    padding-left: auto;
    
    left: 0px;
    width: 100%;           

    border-right-style: solid;
    border-width: 1px;
    border-color: white;

    grid-template-rows: auto 20px;
}

#menuBandeau .menu>li:last-child 
{    
	margin-right: 0;
    border-right-style: none;
}

#menuBandeau .menu>li div
{
    position: relative;
    display: block;
}

#menuBandeau .menu>li i 
{
	display: block;
    font-size: 6em;
    padding-bottom: 7px;
}

.menuImg
{
    position: relative;
    display: block;

    width: 50px;
    height: auto;
}

#menuTitle
{
    position: relative;
    display: grid; 

    width: 100%;
    height: 100%;        

    overflow-y: visible;
    
    /*text-align: left; 
    font-weight: bold; 
    line-height: 40px;

    margin-left: 10px;

    font-family: ChampagneLimousines;
    font-size: 1.9em;
    color: white;

    height: 100%;
    width: 100%;*/

    grid-template-rows: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px auto;
}

.principal
{
    position: relative; 
    display: grid; 
    width: 100%; 
    height: 100%; 
    overflow-y: auto; 
    grid-template-columns: 100%; 
    grid-template-rows: 80px calc(100% - 80px);
}

.zone_inscription
{
    position:relative;
    display: grid;

    width: calc(100% - 100px);
    height: calc(100% - 100px);

    margin: 50px;

    background-color: whitesmoke;

    grid-template-rows: 80px calc(100% - 80px);

    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.itemMenu
{
    position: relative;
    display: grid;

    grid-template-columns: 120px calc(100% - 240px) 120px;
    width: 100%;
    height: 120px;
}

.itemMenu:active
{
    background-color: rgb(0, 19, 80);
}

.itemLogo
{
    position: relative;
    display: block;

    height: 80px;
    width: auto;

    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.itemMenuLogo
{
    position: relative;
    display: block;

    border-bottom-style: solid;
    border-color: white;
    border-width: 1px;

    font-family: soccer;
    font-size: 6em;
    color: white;

    line-height: 120px;

    text-align: center;
    margin: auto;

    height: 100%;
    width: 100%;    
}

.itemMenuLogo1
{
    position: relative;
    display: block;

    border-bottom-style: solid;
    border-color: white;
    border-width: 1px;

    font-family: facebook;
    font-size: 5em;
    color: white;

    line-height: 120px;

    text-align: center;
    margin: auto;

    height: 100%;
    width: 100%;    
}

.itemMenuLogo2
{
    position: relative;
    display: block;

    border-bottom-style: solid;
    border-color: white;
    border-width: 1px;

    font-family: Mobile;
    font-size: 6em;
    color: white;

    line-height: 120px;

    text-align: center;
    margin: auto;

    height: 100%;
    width: 100%;    
}

.itemMenuText
{
    position: relative;
    display: block;

    font-family: ChampagneLimousines;
    font-size: 3em;
    color: white;

    border-bottom-style: solid;
    border-color: white;
    border-width: 1px;

    line-height: 120px;

    margin-top: auto;
    margin-bottom: auto;

    padding-left: 50px;
   
    height: 100%;
    width: calc(100% - 50px);
}

.itemMenuNext
{
    position: relative;
    display: block;

    font-family: ChampagneLimousines;
    font-size: 8em;
    font-weight: bold;
    color: white;

    border-bottom-style: solid;
    border-color: white;
    border-width: 1px;

    line-height: 80px;

    margin: auto; 
    text-align: center;   

    height: 100%;
    width: 100%;
}

#zoneArea
{
    position: fixed;
    display: block;

    top : 180px;
    width: 100%;
    height: calc(100% - 180px);       

   /* grid-template-rows: 100%; */
}

#zoneArea2
{
    position: fixed;
    display: block;

    top : 180px;
    width: 100%;
    height: calc(100% - 180px);       
    overflow-y: auto;

   /* grid-template-rows: 100%; */
}

.page_title
{
    position: relative;
    display: grid;

    font-family: ChampagneLimousines;
    font-size: 3em;
    font-weight: bold;
    color: rgb(117, 0, 0);

    height: 120px;
    line-height: 120px;

    border-bottom: rgb(88, 88, 88);
    border-bottom-style: solid;
    border-bottom-width: 2px;

    margin-left: 10%;
    margin-right: 10%;

    text-align: center;
    grid-template-columns: 80px auto;
}

.page_title_2
{
    position: relative;
    display: grid;

    font-family: ChampagneLimousines;
    font-size: 2.0em;
    font-weight: bold;
    color: rgb(117, 0, 0);

    height: 120px;
    line-height: 120px;

    border-bottom: rgb(88, 88, 88);
    border-bottom-style: solid;
    border-bottom-width: 2px;

    margin-left: 10%;
    margin-right: 10%;

    text-align: center;
    grid-template-columns: 80px auto;
}

.page_title_reg
{
    position: relative;
    display: block;

    font-family: ChampagneLimousines;
    font-size: 3.2em;
    font-weight: bold;
    color: rgb(117, 0, 0);    

    border-bottom: rgb(88, 88, 88);
    border-bottom-style: solid;
    border-bottom-width: 2px;

    margin-left: 10%;
    margin-right: 10%;

    text-align: center;
    grid-template-columns: 80px auto;
}

.back_logo
{
    position: relative;
    display: block;

    height: 120px;
    width: auto;
}

.charte
{
    position: relative;
    display: grid;

    grid-template-rows: auto 40px auto auto auto auto auto auto auto auto 40px auto 40px;

    font-family: ChampagneLimousines;
    font-size: 2.5em;    
    color: rgb(37, 37, 37);    

    margin: 50px 50px 0 50px;    

    text-align: left;
}

.partenaire
{
    position: relative;
    display: grid;

    grid-template-rows: auto 180px;

    font-family: ChampagneLimousines;
    font-size: 2.5em;    
    color: rgb(37, 37, 37);    

    margin: 50px 50px 0 50px;    

    text-align: left;
}

.inscription
{
    position: relative;
    display: grid;   

    grid-template-rows: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px;

    font-family: ChampagneLimousines;
    /*font-size: 2.5em;    */
    color: rgb(37, 37, 37);    

    margin: 0 50px 0 50px;    

    text-align: left;
}

.inscription_lib
{
    position: relative;
    display: block;

    text-align: right;
    width: calc(100% - 10px);
    height: 80px;

    line-height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5px;

    font-family: ChampagneLimousines;
    font-size: 2.5em;    
    color: rgb(37, 37, 37);
}

.inscription_lib_2
{
    position: relative;
    display: block;

    text-align: center;
    width: 100%;
    height: 80px;

    line-height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5px;

    font-family: ChampagneLimousines;
    font-size: 2.5em;    
    color: rgb(37, 37, 37);
}

.inscription_input_3
{
    position: relative;
    display: block;

    text-align: left;
    width: calc(100% - 10px);
    height: 80px;

    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;

    line-height: 80px;        

    font-family: ChampagneLimousines;
    font-size: 2.5em;    
    color: rgb(37, 37, 37);
}

.inscription_input
{
    position: relative;
    display: block;

    text-align: left;
    width: calc(100% - 10px);
    height: 80px;

    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;

    line-height: 80px;
    text-transform: uppercase;    

    font-family: ChampagneLimousines;
    font-size: 2.5em;    
    color: rgb(37, 37, 37);
}

.point_charte
{
    position: relative;
    display: grid;

    grid-template-columns: 50px auto;    
    height: auto;
}

.category
{
    position: relative;
    display: grid;

    grid-template-rows: auto 40px auto 40px auto 40px auto 40px;

    font-family: ChampagneLimousines;
    font-size: 2.5em;    
    color: rgb(37, 37, 37);    

    margin: 50px 50px 0 50px;     

    text-align: left;
}

.section_reglement
{
    position: relative;
    display: grid;

    grid-template-columns: 140px auto;

    height: 100%;
}

.img_reglement
{
    position: relative;
    display: block;
    width: 120px;
    height: auto;    
}

.section_title
{
    position: relative;
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1.1em;    
    font-weight: bold;    
}

.text_reglement
{
    position: relative;
    display: grid;

    grid-template-rows: 70px auto;
}

.section_result
{
    position: relative;
    display: inline;    
}

.tabulation
{
    display: inline-block; 
    margin-left: 40px; 
}

.agenda
{
    position: relative;
    display: grid;

    grid-template-rows: auto 40px auto 40px auto 40px auto 40px auto 40px auto;

    font-family: ChampagneLimousines;
    font-size: 2.5em;    
    color: rgb(37, 37, 37);    

    margin: 50px 50px 0 50px;    

    text-align: left;
}

.agenda_title
{
    position: relative;
    display: block;   

    font-family: ChampagneLimousines;
    font-size: 1.2em;    
    font-weight: bold;
    text-decoration: underline;

    color: rgb(66, 66, 66);

    text-align: center;
}

.agenda_day
{
    position: relative;
    display: block;

    height: auto;
}

.itemLoisirs
{
    position: relative;
    display: grid;

    grid-template-columns: 200px calc(100% - 200px);
    width: 100%;
    height: 200px;
}

.itemLoisirsLogo
{
    position: relative;
    display: block;

    border-bottom-style: solid;
    border-color: white;
    border-width: 1px;

    font-family: soccer;
    font-size: 3em;
    color: rgb(148, 0, 0);

    line-height: 100%;

    text-align: center;
    margin: auto;

    height: auto;
    width: 100%;   
}

.itemLoisirsText
{
    position: relative;
    display: block;

    font-family: ChampagneLimousines;
    font-size: 1.2em;
    color: rgb(51, 51, 51);

    height: 100%;
    line-height: 200px;

    /*margin-top: 50%;
    margin-bottom: 50%;*/
}

.planning
{
    position: relative;
    display: block;    

    /*font-family: ChampagneLimousines;
    font-size: 2.5em;    
    color: rgb(37, 37, 37);    

    margin: 50px 50px 0 50px;    

    text-align: left;*/    
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.match
{
    position: relative;
    display: grid;

    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color:rgb(37, 37, 37);

    background-color: rgb(177, 214, 255);

    grid-template-rows: 50px 50px auto 100px;

    height: auto;
    width: calc(100% - 40px);
    margin: 20px 20px 20px 20px;
}

.teams_info
{
    position: relative;
    display: grid;

    grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);

    font-family: ChampagneLimousines;
    font-size: 1.8em;    
    color: rgb(145, 0, 0); 
    font-weight: bold;

    text-align: center;
}

.teams_title
{
    position: relative;
    display: block;    

    font-family: ChampagneLimousines;
    font-size: 1.8em;    
    color: rgb(58, 58, 58); 
    font-weight: bold;

    text-align: center;
}

.score
{
    position: relative;
    display: block;

    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color:rgb(37, 37, 37);

    height: 90%;
    width: 100px;

    margin-left: auto;
    margin-right: auto;

    font-family: ChampagneLimousines;
    font-size: 2.1em;
    color: white;
    font-weight: bold;

    background-color: rgb(0, 0, 0);
}

.scoreSep
{
    position: relative;
    display: block;

    font-family: ChampagneLimousines;
    font-size: 2.1em;
    color: rgb(145, 0, 0); 
    font-weight: bold;
}

.partenaire_button
{
    position: relative;
    display: grid;

    grid-template-columns: 120px auto 120px;
}

.form_lib
{
    position: relative; 
    display: block; 
    line-height: 40px; 
    height: 40px; 
    width: 100%; 
    text-align: right; 
    font-size: 1.2em; 
    font-family: ChampagneLimousines;     
    color: black; 
    letter-spacing: 2px;
}

.form_input
{
    position: relative; 
    display: block; 
    width: calc(100% - 60px); 
    margin: 5px 10px;
}

.form_select
{
    position: relative; 
    display: block; 
    width: 250px; 
    margin: 5px 10px;    
}

.form_check
{
    position: relative; 
    display: block; 
    width: 20px; 
    height: 20px;  
        
    margin-left: auto;
    margin-right: auto;
}

.form_check_center
{
    position: relative; 
    display: block; 
    width: 20px; 
    height: 20px;  
        
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.UpperCase
{
    text-transform: uppercase;
}

.form_information
{
    position: relative; 
    display: block; 

    width: calc(100% - 60px); 
    height: auto;
    
    font-size: 1.2em; 
    font-family: ChampagneLimousines;     
    color: black;
    max-height: 120px;

    overflow-y: auto;
}

.form_information2
{
    position: relative; 
    display: block; 

    width: calc(100% - 60px); 
    height: 100%;
    
    font-size: 1.8em; 
    font-family: ChampagneLimousines;     
    color: black;
    /*max-height: 120px;*/

    overflow-y: auto;
}

.form_info
{
    position: relative; 
    display: block; 
    line-height: 40px; 
    height: 40px; 
    width: 100%; 
    text-align: left; 
    font-size: 1.2em; 
    font-family: ChampagneLimousines;     
    color: black; 
    letter-spacing: 2px;  
}

.form_title
{
    position: relative; 
    display: block;

    font-size: 1.6em; 
    font-family: ChampagneLimousines;
    text-align: center;

    margin: auto;
}

.form_title2
{
    position: relative; 
    display: block;

    font-size: 2.1em; 
    font-family: ChampagneLimousines;
    text-align: center;

    margin: auto;
}

.btn_cancel
{
    position: relative;
    display: block;

    float: left;
}

.btn_validate
{
    position: relative;
    display: block;

    float: right;
}

.button 
{
    display: inline-block;
    position: relative;
    margin: 10px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    font: bold 12px/25px Arial, sans-serif;
     
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.22);
 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
 
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.button2
{
    display: inline-block;
    position: relative;
    /*margin: 10px;
    padding: 0 20px;*/
    text-align: center;
    text-decoration: none;
    font: bold 25px Arial, sans-serif;
     
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.22);
 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
 
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.button:active,
.button2:active 
{
    -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);

    transform : translate(3px, 3px);
}

.button:hover,
.button2:hover
{
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
}

.blue 
{
    color: #ffffff;
 
    background: #70c9e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
    background: linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
}

table, caption, th, td 
{
    margin: auto;
    font-family: ChampagneLimousines;
    border: 2px solid skyblue;
    border-collapse: collapse;
    user-select: none;  
}

tr
{
    cursor: pointer;
}

tr:hover
{
    background-color: #888;
    color: white;
}

caption, th, td 
{
    padding: 8px;    
}
    
caption 
{    
    background-color: lightgrey;   
}
    
th 
{    
    background-color: blue;   
}

.RowColor1
{
    background-color: lightblue; 
    text-align: center;
}

.RowColor2
{
    background-color: limegreen; 
    font-weight: bold; 
    color: white; 
    text-align: center;
}