header h1{
    font-family: 'Quicksand', cursive;
    font-size: 3em;
    text-align: center;
    margin-top: 36px;
    color: orangered;
    
}

header h2{
    font-family: 'Dancing Script', cursive;
    font-size: 1.6em;
    text-align: center;
    color: orangered;
}

header h3{
    font-family:'Quicksand', Gill Sans; 
    text-align: center;
    font-size: 0.7em;
    margin-top: 12px;
    margin-bottom: 12px;    
}

header a{
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

nav{
    font-family: Quicksand;
    font-size: 0.8em;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

nav a{
    padding: 0 12px 0 12px;
}

nav a{
    text-decoration: none;
}

nav a:link{
    color:black;
}

nav a:hover{
    color:orangered;
}

nav a:visited{
    color:grey;
}

nav li{
    display:inline-block;
}

aside p{
    font-family: Quicksand;
    font-size: 0.8em;
    text-align: center;
   
}

aside{
    text-align: center;
    width:1920px;
    height:auto;
    max-width: 100%;
   
  
}

.boite{
    text-align: center;
    margin: auto;
    vertical-align: top;
}

.boite section {
    width: 360px;
    display: inline-block;
    margin:auto;
    vertical-align: top;
}


.boite section h1{
    font-family: 'Dancing Script', cursive;
    font-size: 1.6em;
    text-align: center;
    margin-top: 36px;
    color: orangered;
    
}

.boite section h2{
    font-family:'Dancing Script', Gill Sans; 
    text-align: center;
    font-size: 1.3em;
    margin-top: 12px;
    color: orangered;
}

.boite section h3{
    font-family:'Quicksand', Gill Sans; 
    text-align: center;
    font-size: 1.2em;
    margin-top:36px;
    margin-bottom: 36px;
    
}

.boite section h6{
    font-family:'Quicksand', Gill Sans; 
    text-align: center;
    font-size: 0.8em;
}

.boite section article{
    padding:12px;
}

.boite section article h3{
    font-family:'Quicksand', Gill Sans; 
    text-align: center;
    font-size: 1.2em;
    margin-top: 12px;
    margin-bottom: 12px;
}

.boite section article p {
    font-family:'Quicksand', Gill Sans; 
    text-align: justify;
    line-height: 1.6;
    margin-top: 24px;
    margin-bottom: 24px;
    
    
}