@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Marcellus&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    
}

html{
    scroll-behavior: smooth;
}

/* top barre************** */

.top-barre{
    display: flex;
    border-bottom: 1px solid #2d343b ;
    height: 6vw;
}


.top-barre img{
    margin: 0.5vw 2vw ;
    width: 6vw;
    height: auto;
}

nav {
    display: flex;
    justify-content: right;
   align-items: center;
   width: 100%;
}
nav li a{
    color: #2d343b;
    padding: 2vw;
}

nav li a:hover{
    text-decoration: underline;
}

/* header****************** */

header{
    background-image: url(../image/Illustrationbanniere.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    height: 50vh;
    background-size: cover;
}
/* section ************* */
h1{
    padding: 3vw;
    text-align: center;
    font-variant-caps: small-caps;
    font-size: 1.5em;
   
    font-family: 'Marcellus', serif;
    letter-spacing: 2px;
}

section{
        max-width: 70%;
        margin: auto;
        padding-bottom: 5vw;
}

/* footer************ */

footer{
    padding: 1vw;
    background-color: #2d343b;
    color: #efdac3 ;
}

footer h1 {
    color: #efdac3 ; 
    padding: 1vw 0 2vw 0; 
}

footer img{
   display: block;
   margin: auto;
}
footer p{
    text-align: center;
}

footer a {
    color:#efdac3  ;
    text-align: center;
    display: block;
}
#titre div a {

    color: #2d343b;
    display: block;
    text-align: center;
}
.top {
    bottom: 2vh;
    position: fixed;
   right: 2vw;
}