/* footer.css - Renzo Antonello */


*							/* balise universelle */
{font-weight:500;}


.language{display:inline;font-style:normal;text-decoration: none;color:rgb(129,116,99);text-align:left;position:relative;float:left; width:30vw;font-size: 1.8vmin;}
.language:hover{font-style:normal;text-decoration: none;color:rgb(229,206,177);}

.languagehi	{display:inline;font-style:normal;text-decoration: none;color:rgb(229,206,177);text-align:left;font-size: 1.8vmin;}
.languagehi:hover{font-style:normal;text-decoration: none;color:rgb(129,116,99);}

.copy {display:inline;font-style: normal;text-decoration: none;font-size: 1.4vmin;clear: both; 
text-align: left; float: left; width: 90vw; position: relative;}

.name{display:inline;text-decoration: none;font-style: normal;width: 50vw; float: right; position: relative;text-align: right;font-size: 1.8vmin;}
.name:hover{color: rgb(229,206,177);}

.namehi{display:inline;text-decoration: none;font-style: normal;color: rgb(229,206,177);text-align: right;font-size: 1.8vmin;}
.namehi:hover{color: rgb(129,116,99);}


/* 20170416 remplacé width: 100%; par width: 100vw; pour tester dans IE */
footer {display:block;font-style: normal;text-align: left;height: 6vh;clear:both;padding-top: 0vh;padding-left:2vw;padding-right: 2vw;
position: relative;vertical-align: bottom; width: 100vw;}

a {text-decoration: none;font-style: normal; color: rgb(129,116,99);background-color: black;}/* Liens par defaut (non survolés) */
a:hover	{text-decoration: none;font-style: normal; color: rgb(229,206,177); background-color: black;} /* Apparence au survol des liens */
a:active {text-decoration: none;font-style: normal; color: rgb(229,206,177); background-color: black;} /* Apparence après sélection des liens */
a:focus {} 

@media only screen and (orientation: portrait)   {

.language {font-size: 3vmin;font-weight: normal;} 
.languagehi {font-size: 3vmin;font-weight: normal;} 
.name {font-size: 3vmin;font-weight: normal;width: 30vw;} 
.namehi{font-size: 3vmin;font-weight: normal;} 
footer {height: 9vh;font-weight: normal;padding-top: 0.5vh;} 
.copy {font-size: 1.9vmin;font-weight: normal;width: 58vw;} 

} 