@font-face{
    font-family:"SpecialElite";
    src: url(SpecialElite.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:"Cardo";
    src: url(cardo-bold.woff) format("woff");
    font-weight:bold;
    font-style:normal;
}

@font-face{
    font-family:"Cardo";
    src: url(cardo-italic.woff) format("woff");
    font-weight:normal;
    font-style:italic;
}

@font-face{
    font-family:"Cardo";
    src: url(cardo-regular.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}

/*GENERAL*/

.container {
    max-width:420px;
    margin:auto;
    white-space:normal;
    position:relative;
}

body {
    font-family:"Cardo", sans serif;
    line-height:1.5;
}

p{
    text-align:justify;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-family:"SpecialElite";
}

h1 {
    font-size: 4em;
    line-height: 2;
    text-align:center;
}

h2 {
    font-size: 2.5em;
    line-height: 1.2;
}

h3 {
    font-size:1.5em;
    line-height: 1;
}

/*HEADER*/

#header {
    max-width:65%;
    white-space:normal;}
blockquote {
    font-style:italic;
    text-align:left;
}
blockquote::before {
    content:'« ' ;
}
blockquote::after{
    content: ' »';
}
figcaption {
    text-align:right;
    font-style:normal;
}
#ligne {
    height:0px;
    border: 0.5px solid black;
    width:420px;
}

/*MAIN*/

p:first-letter {
    font-family:"SpecialElite";
    font-size:2em;
    float:left;
    line-height:1.5;
    margin-right:0.3em;
}

h3::before {
    content:"❧ ";
}

.italic {
    font-style:italic;
}
/*FOOTER*/
#footer {
    max-width: 85%;
    margin:auto;
}


/*LICENSE*/
.license {
    text-decoration:underline dashed;
}
license>p:first-letter {
    font-family:"Cardo", sans serif;
    font-size:1em;
    float:none;
    line-height:1.5;
    margin-right:0em;
}