: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;    
}

#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%;        
}

#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;
}

.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: grid;

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

    grid-template-rows: 100%; 
}

.page_title
{
    position: relative;
    display: grid;

    font-family: ChampagneLimousines;
    font-size: 3.2em;
    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_sub_title
{
    position: relative;
    display: grid;

    font-family: ChampagneLimousines;
    font-size: 3.2em;
    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: 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;
}

.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;
}

.itemTraining
{
    position: relative;
    display: grid;

    grid-template-columns: 80px calc(100% - 160px) 80px;
    width: 100%;
    height: 50px;
}

.itemTrainingLogo
{
    position: relative;
    display: block;

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

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

    line-height: 100%;

    text-align: center;
    margin: auto;

    height: auto;
    width: 40px;   
}

.itemTrainingCheck
{
    position: relative;
    display: block;

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

    font-family: wingding;
    font-size: 3em;
    font-weight: bold;
    color: green;

    line-height: 100%;

    text-align: center;
    margin: auto;

    height: auto;
    width: 40px;   
}

.itemTrainingUncheck
{
    position: relative;
    display: block;

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

    font-family: wingding;
    font-size: 3em;
    font-weight: bold;
    color: orange;

    line-height: 100%;

    text-align: center;
    margin: auto;

    height: auto;
    width: 40px;   
}

.itemTrainingNone
{
    position: relative;
    display: block;

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

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

    line-height: 100%;

    text-align: center;
    margin: auto;

    height: auto;
    width: 40px;   
}

.itemTrainingBlesse
{
    position: relative;
    display: block;

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

    font-family: wingding;
    font-size: 3em;
    font-weight: bold;
    color: Firebrick;

    line-height: 100%;

    text-align: center;
    margin: auto;

    height: auto;
    width: 40px;   
}

.itemTrainingLogoRed
{
    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: 40px;   
}

.itemTrainingLogoYellow
{
    position: relative;
    display: block;

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

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

    line-height: 100%;

    text-align: center;
    margin: auto;

    height: auto;
    width: 40px;   
}

.itemTrainingText
{
    position: relative;
    display: block;

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

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

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

.training_title
{
    position: relative;
    display: block;   

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

    color: rgb(66, 66, 66);

    text-align: center;
}

.training_subtitle
{
    position: relative;
    display: grid;   

    grid-template-columns: 25% 25% 25% 25%;

    font-family: ChampagneLimousines;
    font-size: 1.8em;    
    font-weight: bold;
    height: 60px;
    line-height: 60px;

    color: rgb(66, 66, 66);    

    text-align: center;
}

.itemTrainingTeams
{
    position: relative;
    display: grid;

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