html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto Slab', serif;
    background: #6f6d70;
    font-size: 16px;
    font-size: 1.6rem;
}


/***********************STYLES POUR HEADER********************/
#main-header {
    padding-top:25px;
    padding-top:2.5rem;
}

#main-header h1 {
    margin-top:5px;
    margin-top:.5rem;
    font-size: 50px;    
    font-size: 5rem;
    line-height: 25px;    
    line-height: 2.5rem;
    color:white;
    font-weight:300;    
}

#main-header span {
    font-size: 20px;
    font-size: 2rem;
    color: #ccc;
    font-weight: 300;
}

#main-header i {
    float: right;
    font-size: 40px;
    font-size: 4rem;
    color: #ccc;
}
/***********************FIN STYLES POUR HEADER********************/





/***********************STYLES POUR NAVIGATION********************/
nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
    text-align:center;
    line-height:35px;
    line-height:3.5rem;
}

nav ul li a {
    text-decoration: none;
    color: #ebedb7;
    font-size: 20px;
    font-size: 2rem;
    padding: 0 12px;
    padding: 0 1.2rem;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    font-weight: 300;
}

a:hover, a:active {
    color:#ccc;
}
/***********************FIN STYLES POUR NAVIGATION********************/




/**********************STYLES POUR MAIN CONTENT************************/
p {
    line-height: 26px;
    line-height: 2.6rem;
    margin-top:8px;
    margin-top:.8rem;
    font-weight: 300;
    letter-spacing: 0px;
    letter-spacing: .0rem;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

section img {
    max-width: 100%;
    border: 2px solid black;
    border: .2rem solid black;
}

#contact {
    border: none;
    margin-bottom: -3px;
    margin-bottom: -.3rem;
}

#empreintes, #veaux, #anges, #prisons, #verriere, #palais, #jesse, #cite, #tarte, #artistes, #inde, #commerce, #justiceeau {
    overflow:hidden;
    padding: 90px 0;
    padding: 9rem 0;
}

aside h1 {
    font-size:40px;
    font-size:4rem;
    padding: 0 15px;
    padding: 0 1.5rem;
    line-height: 41px;
    line-height: 4.1rem;
    text-transform:uppercase;
    color: white;
}

aside h2 {
    font-size: 25px;
    font-size: 2.5rem;
    color: #ccc;
    padding: 0 15px;
    padding: 0 1.5rem;
    line-height:25px;
    line-height:2.5rem;
    text-transform:uppercase;
    font-weight: 100;
}

#palais img, #jesse img {
    border: 2px solid white;
    border: .2rem solid white;
}


#verriere a {
    text-decoration:none;
    color: #ebedb7;
    font-weight: bold;
}

#verriere a:hover {
    color:#f6ffc5;
}

article {
    padding: 0 15px;
    padding: 0 1.5rem;
    color: white;
    margin-top: 15px;
    margin-top: 1.5rem;
}


aside footer {
    padding: 0 15px;
    padding: 0 1.5rem;
    color: #DBDBDB;
    margin-top: 15px;
    margin-top: 1.5rem;
    letter-spacing:1px;
}

aside footer p {
    font-style:italic;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
}

#spacer {
    padding: 15px 0 40px 0;
    padding: 1.5rem 0 4rem 0;
    height:35px;
    height:3.5rem;
}

hr {
    border: 0;
    height: 1px;
    background: #989898;
}
/**********************FIN STYLES POUR MAIN CONTENT************************/






/*********************STYLES POUR FORMULAIRE DE CONTACT**********************/
#formulaire {
    text-align:center;
    padding: 75px 0 90px 0;
    padding: 7.5rem 0 9rem 0;
}

textarea {
    width:500px;
    width:50rem;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: white;
    background:#939095;
    padding: 5px 10px;
    padding: .5rem 1rem;
      border: 2px solid #ccc;
    border: .2rem solid #ccc;
      border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

input {
    width: 500px;
    width: 50rem;
    height: 45px;
    height: 4.5rem;
    padding: 0 10px;
    padding: 0 1rem;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: white;
    background:#939095;
    border: 2px solid #ccc;
    border: .2rem solid #ccc;
      border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

#formulaire h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    color: #ccc;
}

#formulaire button {
    padding: 10px 100px;
    padding: 1rem 10rem;
    background:#939095;
    font-family: 'Roboto Slab', serif;
    color:white;
    font-size: 20px;
    font-size: 2rem;
      border: 2px solid #ccc;
    border: .2rem solid #ccc;
    margin-top: 15px;
    margin-top: 1.5rem;
}

#confirmation-formulaire {
    text-align:center;
    font-size:25px;
    font-size:2.5rem;
    color: white;
}
/*********************FIN STYLES POUR FORMULAIRE DE CONTACT**********************/





/*********************STYLES POUR MAIN FOOTER**********************/
#footer {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

#footer p {
    color: white;
    letter-spacing: 4px;
    letter-spacing: .4rem;
}

#footer img {
    float:right;
}
/*********************FIN STYLES POUR MAIN FOOTER**********************/











/*****************************************************************************************/
/****************************STYLES POUR VERSION TABLETTE*********************************/
/*****************************************************************************************/

@media screen and (min-width: 768px) and (max-width: 1024px) {

body {
    font-family: 'Roboto Slab', serif;
    background: #6f6d70;
    font-size: 16px;
    font-size: 1.6rem;
}


/***********************STYLES POUR HEADER********************/
#main-header {
    padding-top:25px;
    padding-top:2.5rem;
}

#main-header h1 {
    margin-top:5px;
    margin-top:.5rem;
    font-size: 50px;    
    font-size: 5rem;
    line-height: 25px;    
    line-height: 2.5rem;
    color:white;
    font-weight:300;    
}

#main-header span {
    font-size: 20px;
    font-size: 2rem;
    color: #ccc;
    font-weight: 300;
}

#main-header i {
    float: right;
    font-size: 40px;
    font-size: 4rem;
    color: #ccc;
}
/***********************FIN STYLES POUR HEADER********************/





/***********************STYLES POUR NAVIGATION********************/
nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
    text-align:center;
    line-height:25px;
    line-height:2.5rem;
}

nav ul li a {
    text-decoration: none;
    color: #ebedb7;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    font-weight: 300;
}

a:hover, a:active {
    color:#ccc;
}
/***********************FIN STYLES POUR NAVIGATION********************/




/**********************STYLES POUR MAIN CONTENT************************/
p {
    line-height: 24px;
    line-height: 2.4rem;
    margin-top:8px;
    margin-top:.8rem;
    font-weight: 300;
    letter-spacing: 0px;
    letter-spacing: .0rem;
}

section img {
    max-width: 100%;
    border: 2px solid black;
    border: .2rem solid black;
}


#empreintes, #veaux, #anges, #prisons, #verriere, #palais, #jesse, #cite, #tarte, #artistes, #inde, #commerce, #justiceeau {
    padding: 10px 0;
    padding: 1rem 0;
}

aside h1 {
    font-size:40px;
    font-size:4rem;
    padding: 0 15px;
    padding: 0 1.5rem;
    line-height: 41px;
    line-height: 4.1rem;
    text-transform:uppercase;
    color: white;
}

aside h2 {
    font-size: 25px;
    font-size: 2.5rem;
    color: #ccc;
    padding: 0 15px;
    padding: 0 1.5rem;
    line-height:25px;
    line-height:2.5rem;
    text-transform:uppercase;
    font-weight: 100;
}

#palais img, #jesse img {
    border: 2px solid white;
    border: .2rem solid white;
}


#verriere a {
    text-decoration:none;
    color: #ebedb7;
    font-weight: bold;
}

#verriere a:hover {
    color:#f6ffc5;
}

article {
    padding: 0 15px;
    padding: 0 1.5rem;
    color: white;
    margin-top: 15px;
    margin-top: 1.5rem;
}


aside footer {
    padding: 0 15px;
    padding: 0 1.5rem;
    color: #DBDBDB;
    margin-top: 15px;
    margin-top: 1.5rem;
    letter-spacing:1px;
}

aside footer p {
    font-style:italic;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin:5px 0;
    margin:.5rem 0;
}

#spacer {
    padding: 15px 0 40px 0;
    padding: 1.5rem 0 4rem 0;
    height:35px;
    height:3.5rem;
}

hr {
    border: 0;
    height: 1px;
    background: #989898;
}
/**********************FIN STYLES POUR MAIN CONTENT************************/






/*********************STYLES POUR FORMULAIRE DE CONTACT**********************/
#formulaire {
    text-align:center;
    padding: 75px 0 90px 0;
    padding: 0 0 1rem 0;
}

textarea {
    width:55%;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: white;
    background:#939095;
    padding: 5px 10px;
    padding: .5rem 1rem;
      border: 2px solid #ccc;
    border: .2rem solid #ccc;
      border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

input {
    width:55%;
    height: 45px;
    height: 4.5rem;
    padding: 0 10px;
    padding: 0 1rem;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: white;
    background:#939095;
    border: 2px solid #ccc;
    border: .2rem solid #ccc;
      border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

#formulaire h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    color: #ccc;
}

#formulaire button {
    padding: 10px 100px;
    padding: 1rem 10rem;
    background:#939095;
    font-family: 'Roboto Slab', serif;
    color:white;
    font-size: 20px;
    font-size: 2rem;
      border: 2px solid #ccc;
    border: .2rem solid #ccc;
    margin-top: 15px;
    margin-top: 1.5rem;
}


/*********************FIN STYLES POUR FORMULAIRE DE CONTACT**********************/





/*********************STYLES POUR MAIN FOOTER**********************/
#footer {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

#footer p {
    color: white;
    letter-spacing: 4px;
    letter-spacing: .4rem;
}

#footer img {
    float:right;
}
/*********************FIN STYLES POUR MAIN FOOTER**********************/

}










/*******************************************************************************************/
/****************************STYLES POUR VERSION MOBILE MAX*********************************/
/*******************************************************************************************/
@media screen and (max-width: 767px) {


body {
    font-family: 'Roboto Slab', serif;
    background: #6f6d70;
    font-size: 16px;
    font-size: 1.6rem;
}


/***********************STYLES POUR HEADER********************/
#main-header {
    padding-top:15px;
    padding-top:1.5rem;
}

#main-header h1 {
    margin-top:3px;
    margin-top:.3rem;
    font-size: 22px;    
    font-size: 2.2rem;
    line-height: 19px;    
    line-height: 1.9rem;
    color:white;
    font-weight:300;    
}

#main-header span {
    font-size: 18px;
    font-size: 1.8rem;
    color: #ccc;
    font-weight: 300;
}

#main-header i {
    float: right;
    font-size: 40px;
    font-size: 4rem;
    color: #ccc;
}
/***********************FIN STYLES POUR HEADER********************/





/***********************STYLES POUR NAVIGATION********************/
nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
    text-align:center;
    line-height:15px;
    line-height:1.5rem;
    margin-top: 8px;
    margin-top: .8rem;
}

nav ul li a {
    text-decoration: none;
    color: #ebedb7;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    font-weight: 300;
}

a:hover, a:active {
    color:#ccc;
}
/***********************FIN STYLES POUR NAVIGATION********************/




/**********************STYLES POUR MAIN CONTENT************************/
p {
    line-height: 26px;
    line-height: 2.6rem;
    margin-top:5px;
    margin-top:.5rem;
    font-weight: 300;
    letter-spacing: 0px;
    letter-spacing: .0rem;
}

section img {
    max-width: 100%;
    border: 2px solid black;
    border: .2rem solid black;
}


#empreintes, #veaux, #anges, #prisons, #verriere, #palais, #jesse, #cite, #tarte, #artistes, #inde, #commerce, #justiceeau {
    padding: 10px 0;
    padding: 1rem 0;
}

aside h1 {
    font-size:25px;
    font-size:2.5rem;
    padding: 0;
    margin-top: 3px;
    margin-top: .3rem;
    line-height: 26px;
    line-height: 2.6rem;
    text-transform:uppercase;
    color: white;
}

aside h2 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #ccc;
    padding: 0;
    line-height:20px;
    line-height:2rem;
    text-transform:uppercase;
    font-weight: 100;
}

#palais img, #jesse img {
    border: 2px solid white;
    border: .2rem solid white;
}


#verriere a {
    text-decoration:none;
    color: #ebedb7;
    font-weight: bold;
}

#verriere a:hover {
    color:#f6ffc5;
}

article {
    padding: 0;
    color: white;
    margin-top: 10px;
    margin-top: 1rem;
}


aside footer {
    padding: 0;
    color: #DBDBDB;
    margin-top: 10px;
    margin-top: 1rem;
    letter-spacing:1px;
}

aside footer p {
    font-style:italic;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin:3px 0;
    margin:.3rem 0;
}

#spacer {
    padding: 0 0 23px 0;
    padding: 0 0 2.3rem 0;
    height:0;
    height:0;
}

hr {
    border: 0;
    height: 1px;
    background: #989898;
}
/**********************FIN STYLES POUR MAIN CONTENT************************/






/*********************STYLES POUR FORMULAIRE DE CONTACT**********************/
#formulaire {
    text-align:center;
    padding: 0;
}

textarea {
    width: 50%;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: white;
    background:#939095;
    padding: 5px 10px;
    padding: .5rem 1rem;
    border: 2px solid #ccc;
    border: .2rem solid #ccc;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

input {
    width: 50%;
    height: 30px;
    height: 3rem;
    padding: 0 10px;
    padding: 0 1rem;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: white;
    background:#939095;
    border: 2px solid #ccc;
    border: .2rem solid #ccc;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

#formulaire h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-top: 1rem;
    color: #ccc;
}

#formulaire button {
    padding: 5px 50px;
    padding: .5rem 5rem;
    background:#939095;
    font-family: 'Roboto Slab', serif;
    color:white;
    font-size: 16px;
    font-size: 1.6rem;
      border: 2px solid #ccc;
    border: .2rem solid #ccc;
    margin-top: 5px;
    margin-top: 0.5rem;
}

#confirmation-formulaire {
    text-align:center;
    font-size:15px;
    font-size:1.5rem;
    color: white;
}
/*********************FIN STYLES POUR FORMULAIRE DE CONTACT**********************/





/*********************STYLES POUR MAIN FOOTER**********************/
#footer {
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

#footer p {
    color: white;
    letter-spacing: 4px;
    letter-spacing: .2rem;
}

#footer img {
    float:right;
}
/*********************FIN STYLES POUR MAIN FOOTER**********************/


}



















/***************************************************************************************/
/****************************STYLES POUR VERSION MOBILE*********************************/
/***************************************************************************************/
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}

body {
    font-family: 'Roboto Slab', serif;
    background: #6f6d70;
    font-size: 15px;
    font-size: 1.5rem;
}


/***********************STYLES POUR HEADER********************/
#main-header {
    padding-top:15px;
    padding-top:1.5rem;
}

#main-header h1 {
    margin-top:3px;
    margin-top:.3rem;
    font-size: 18px;    
    font-size: 1.8rem;
    line-height: 16px;    
    line-height: 1.9rem;
    color:white;
    font-weight:300;    
}

#main-header span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #ccc;
    font-weight: 300;
}

#main-header i {
    float: right;
    font-size: 40px;
    font-size: 4rem;
    color: #ccc;
}
/***********************FIN STYLES POUR HEADER********************/





/***********************STYLES POUR NAVIGATION********************/
nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
    text-align:center;
    line-height:19px;
    line-height:1.9rem;
    margin-top: 8px;
    margin-top: .8rem;
}

nav ul li a {
    text-decoration: none;
    color: #ebedb7;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    font-weight: 300;
}

a:hover, a:active {
    color:#ccc;
}
/***********************FIN STYLES POUR NAVIGATION********************/




/**********************STYLES POUR MAIN CONTENT************************/
p {
    line-height: 18px;
    line-height: 1.8rem;
    margin-top:5px;
    margin-top:.5rem;
    font-weight: 300;
    letter-spacing: 0px;
    letter-spacing: .0rem;
}

section img {
    max-width: 100%;
    border: 2px solid black;
    border: .2rem solid black;
}


#empreintes, #veaux, #anges, #prisons, #verriere, #palais, #jesse, #cite, #tarte, #artistes, #inde, #commerce, #justiceeau {
    padding: 10px 0;
    padding: 1rem 0;
}

aside h1 {
    font-size:25px;
    font-size:2.5rem;
    padding: 0;
    margin-top: 3px;
    margin-top: .3rem;
    line-height: 26px;
    line-height: 2.6rem;
    text-transform:uppercase;
    color: white;
}

aside h2 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #ccc;
    padding: 0;
    line-height:20px;
    line-height:2rem;
    text-transform:uppercase;
    font-weight: 100;
}

#palais img, #jesse img {
    border: 2px solid white;
    border: .2rem solid white;
}


#verriere a {
    text-decoration:none;
    color: #ebedb7;
    font-weight: bold;
}

#verriere a:hover {
    color:#f6ffc5;
}

article {
    padding: 0;
    color: white;
    margin-top: 10px;
    margin-top: 1rem;
}


aside footer {
    padding: 0;
    color: #DBDBDB;
    margin-top: 10px;
    margin-top: 1rem;
    letter-spacing:1px;
}

aside footer p {
    font-style:italic;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin:3px 0;
    margin:.3rem 0;
}

#spacer {
    padding: 0 0 23px 0;
    padding: 0 0 2.3rem 0;
    height:0;
    height:0;
}

hr {
    border: 0;
    height: 1px;
    background: #989898;
}
/**********************FIN STYLES POUR MAIN CONTENT************************/






/*********************STYLES POUR FORMULAIRE DE CONTACT**********************/
#formulaire {
    text-align:center;
    padding: 0;
}

textarea {
    width: 90%;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: white;
    background:#939095;
    padding: 5px 10px;
    padding: .5rem 1rem;
    border: 2px solid #ccc;
    border: .2rem solid #ccc;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

input {
    width: 90%;
    height: 30px;
    height: 3rem;
    padding: 0 10px;
    padding: 0 1rem;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: white;
    background:#939095;
    border: 2px solid #ccc;
    border: .2rem solid #ccc;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

#formulaire h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-top: 1rem;
    color: #ccc;
}

#formulaire button {
    padding: 5px 50px;
    padding: .5rem 5rem;
    background:#939095;
    font-family: 'Roboto Slab', serif;
    color:white;
    font-size: 16px;
    font-size: 1.6rem;
      border: 2px solid #ccc;
    border: .2rem solid #ccc;
    margin-top: 5px;
    margin-top: 0.5rem;
}


/*********************FIN STYLES POUR FORMULAIRE DE CONTACT**********************/





/*********************STYLES POUR MAIN FOOTER**********************/
#footer {
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

#footer p {
    color: white;
    letter-spacing: 4px;
    letter-spacing: .2rem;
}

#footer img {
    float:right;
}
/*********************FIN STYLES POUR MAIN FOOTER**********************/


}


