@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
}


/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
    overflow: auto;
}



/* Texte */
a{
    color:black;
    text-decoration:none;
    }

a:hover{
    font-weight: 800;
    text-decoration:none;
    }



.documents_textuels{
    position:absolute; 
    top:40%;
    left:46.5%;
    height:25%; 
    width:40%;
	font-family: 'Courier New', Courier, monospace;
}


.made_of_sound{
    position:absolute; 
    top:44%;
    left:46.5%;
    height:25%; 
    width: 40%;
	font-family: 'Courier New', Courier, monospace;
}


.works_objets{
    position:absolute; 
    top:48%;
    left:46.5%;
    height:25%; 
    width: 40%;
	font-family: 'Courier New', Courier, monospace;
}


.contact{
    position:absolute; 
    top:60%;
    left:71%;
    height:5%; 
    width:auto;
	font-family: 'Courier New', Courier, monospace;
}


.fr{
    position:absolute; 
    top:60%;
    left:53.5%;
    height:25%; 
    width: 40%;
	font-family: 'Courier New', Courier, monospace;
}



.en{
    position:absolute; 
    top:60%;
    left:46.5%;
    height:25%; 
    width: 40%;
	font-family: 'Courier New', Courier, monospace;
}





/* Mobile */
@media (max-width: 320px) {

}


/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

}
