/* orange -> #FF5C00 */
@font-face{
    font-family: bluu;
    src:  url(BluuNext-Bold.otf);
    src:  url(BluuNext-Bolditalic.otf);
    src:  url(BluuNext-Titling.otf);
}

html{
    font-size: 62.5%;
    font-family: 'bluu';
    /* Pour le remonter quand on clique sur "haut de page"  smooth */
    scroll-behavior: smooth;
}

img{
    max-width: 358px;
}

body{
    color: #FF5C00 ;
    max-width: 550px;
    margin: 40px 16px 40px 16px ;
}

h2{
    font-weight: 600;
    font-size: 6.6em;
    margin: 40px 0; 
}

p{
    font-weight: 400;
    font-size: 2em;
    margin: 0;
}
 
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a{
    font-style: italic;
    font-weight: 700;
    font-size: 1.4em;
    color: #FF5C00;
}

.section{
    width: 100%;
    margin: 25px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #FF5C00;
}

.un{
    padding-bottom: 10px;
}

.un h2{
    margin-bottom: 10px;
}

.auteur{
    font-style: italic;
    font-weight: 300;
    ;
}

.user{
    font-style: italic;
    font-weight: 300;
    font-size: 1.4em;
   
}

.deux{
    display: flex;
}

.deux p{
    display: flex;
    align-items: flex-end;
    
}

.titling{
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
}

.bold{
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
}

.italic{
    font-style: italic;
    font-weight: 700;
    font-size: 2em;
}

/* TODO input */
.input{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

input{
    height: 200px;
    font-size: 2.5em;
    text-align: center;
    color: #FF5C00;
}

.inputTitling{
    font-style: normal;
    font-weight: 600;    
}

.inputTitling::placeholder{
    font-family: 'Bluu Next';
    font-style: normal;
    font-weight: 600;
    color: #FF5C00;
}

.inputBold{
    font-style: normal;
    font-weight: 600;    
}

.inputBold::placeholder{
    font-family: 'Bluu Next';
    font-style: normal;
    font-weight: 600;
    color: #FF5C00;
}

.inputBoldItalic{
    font-style: italic;
    font-weight: 700;    
}

.inputBoldItalic::placeholder{
    font-style: italic;
    font-weight: 700;
    color: #FF5C00;
}

.l-droite{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-style: italic;
    
}

.l-droite p{
    margin-left: 20px;
}


.l-gauche{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
}

.tips{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tips p{
    margin-bottom: 20px;
}

.haine-amour p{
    margin-top: 20px;
    font-style: italic;
}

blockquote{
    font-family: 'Bluu Next';
    font-style: italic;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 0;
}

.lien{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.lien a{
    font-style: italic;
    font-weight: 700;
    font-size: 3.8em;
    background-color: #FF5C00;
    color: white;
}

.lien img{
    margin-top: 20px;
}

.bas-de-page p{
    font-style: italic;
    font-weight: 700;
    font-size: 2em;
}

.toTheTop{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.toTheTop img{
    margin: 25px 0;
}

