﻿
#triangleImage
{
    position: absolute;
    /*background-image: url('../images/triangle.png');*/
    /*background-repeat: no-repeat;*/
}
#defaultConteneur
{
    position:absolute;
    left:0px;
    /*width:300px;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position:center center;
    background-color:gold;
    outline:white solid 1px;
    }
#triangleEntete
{ 
    position:absolute;
    color:navy;/*#ae1212;*/
    font-family:courier new;
    font-weight:bold;
    }
#clubCadre
{
	
	}	   
#club
{
	position:absolute;
	}
#presentation
{
	position:absolute;
	}
#defCadre1, #defCadre2
{	
    border:none;
	border-radius:5px;	        
	background-color:white;
	opacity:.8;
	color:black;
	border:1px solid  red;
	text-align:center;
	}
.span1
{
	color:red;
	font-weight:bold; 	
	background-color:white;	
}	
.span2
{
    color:black;font-weight:bold; 
}
.span3
{
	color:red;font-weight:bold; 	
	background-color:white;
	}


/**** landscape en général ****/


@media all and (orientation: landscape) 
{
/****	#defaultConteneur {
	background-image: url('../images/triangleW.png');
	} ****/

#triangleImage
{
	width:100%;	
	left:0%;
	top:0%;
	max-height:100%;
	
	}
#triangleEntete
{ 
    width:100%;
    min-height:30%;
    top:5%;
    }
#clubCadre
{
	width:55%;
	}	   
#club
{
	min-height:20%;
	top:40%;
	width:100%;
	}
#presentation
{
	min-height:35%;
	top:60%;
	width:100%;	
	}
#defCadre1, #defCadre2
{	
	padding-top:10px; padding-bottom:10px;
	min-width:30%;
	margin:5%;	
	}
.span1
{
	padding-left:3px;padding-right:3px;
	border-radius:5px;
	margin-bottom:5px;
	}	
.span2
{
	padding-left:2px;padding-right:2px;
}
.span3
{
	padding-left:2px;padding-right:2px;
	border-radius:5px;
	margin-bottom:5px;
	}
}	

@media all and (orientation: landscape) and (max-width:1200px)
{
 	   

.span1
{
	font-size:2.5vw;
	}	
.span2
{
	font-size:1.6vw;
}
.span3
{
	font-size:2vw;
	} 
}

@media all and (orientation: landscape) and (min-width:1201px)
{
 	   
.span1
{
	font-size:35px;
	}	
.span2
{
	font-size:20px;
}
.span3
{
	font-size:30px;
	} 
}


/**** portrait en général ****/	


@media all and (orientation: portrait)
{
	/****  #defaultConteneur
{
  background-image: url('../images/triangleH.png'); 
    } ****/

#triangleImage
{
	
	height:80%;
	left:0%;
	top:0%;
	
	}
#triangleEntete
{ 
    width:100%;
    min-height:30%;
    top:10%;
    font-size:2.5em;
    }
#clubCadre
{
	width:55%;
	font-size:1.5em;
	}
	   
#club
{
	min-height:20%;
	top:40%;
	width:100%;	
	}
#presentation
{
	top:65%;
	width:100%;
	}
#defCadre1, #defCadre2
{	
	padding-top:10px; padding-bottom:10px;
	border:1px solid  red;
	min-width:40%;
	margin:5%;
	
	}
.span1
{
	padding-left:3px;padding-right:3px;
	border-radius:5px;
	margin-bottom:5px;
	}	
.span2
{
	padding-left:2px;padding-right:2px;
}
.span3
{
	padding-left:2px;padding-right:2px;
	border-radius:5px;
	margin-bottom:5px;
	}	
}

@media all and (orientation: portrait)  and (max-width:600px)
{
 	   
.span1
{
	font-size:5vw;
	}	
.span2
{
	font-size:3.5vw;
}
.span3
{
	font-size:4vw;
	} 
}

@media all and (orientation: portrait)  and (min-width:601px)
{
 	   
.span1
{
	font-size:3vw;
	}	
.span2
{
	font-size:2vw;
}
.span3
{
	font-size:2.5vw;
	} 
}