*{ 
list-style-type: none;
text-decoration: none;
    box-sizing: border-box;
    /*liste des polices disponibles :
    Polices mains :
    font-family: 'Rock Salt', cursive;

    Police Reconstruction :
    font-family: 'Alike Angular', serif; 
    
    font-family: 'Roboto', sans-serif;
       
  */
}


body{
    font-family: arial, helvetica, sans-serif;
    background-color: #a49494;
}


h1{
    color: white;
    font-family: 'Rock Salt', cursive;
    font-size : 120px ;
    margin-top: 0px;
    position: absolute;
    font-weight: 100;
    left: 0px;
    top: 0px;
    z-index: -1;
    word-spacing: 0px;
}

h2{
    /*text-transform: uppercase;*/
/*    font-family: 'Roboto', sans-serif; */
    font-weight: 100;
    color: #342727;
    font-size : 70px ;
    margin-top: 140px;
    margin-left: 700px;
    opacity : 80%;
    letter-spacing: 0px;
/*    font-weight: 700;*/
    font-family: 'Alike Angular', serif; 
    

}



h3{
     font-family: 'Alike Angular', serif; 
    color: #342727;
    font-size : 40px ;
     background-color: whitesmoke;
/*    padding-top: 10px;*/
    
}

p{ 
    color: black;
    font-family: 'Alike Angular', serif; 
    font-size: 16px;
    padding: 4%;
    margin-right: 0px;
    background-color:#d0c8c8;
    line-height: 1.5;
}


#carre {
    padding-top : 23px;
}

img{
    width: 600px;
    padding: 4%;
    background-color: whitesmoke;
    margin-top: 39px;
/*    border:1px solid black;*/
    
}



.grid_12 nav{ 
    font-family: 'Alike Angular', serif; 
    padding-bottom : 30px;
/*    background-color : whitesmoke;*/
}



.grid_12 nav ul {
    text-align: right;
    background-color: #b9acac;
} 

.grid_12 nav ul li {

    display : inline;
    margin : 5px 30px;
    
}

.grid_12 nav ul li a{
    color: #342727;
    font-size: 25px;
    
}

.grid_12 nav ul li a:hover {
    color: #6c70ea;
    background-color: whitesmoke;

}


/* FOOTER */



footer nav {
      font-family: 'Alike Angular', serif; 
    padding-bottom : 30px;
     background-color: #b9acac;
    
}

footer nav ul {
    text-align: center;
   
} 

footer nav ul li {

    display : inline;
    margin : 5px 10px;
    
}

footer nav ul li a{
    color: #342727;
    font-size: 20px;
}

footer nav ul li a:hover {
    color: #6c70ea;
    background-color: whitesmoke;
}

a {
    background-color : whitesmoke ;
    color : black;
}

a:hover{
    color : #6c70ea;
}

