/* P O L I C E S ------------------------------------------------------------------------------- */

@font-face {
    font-family: "Lemon Milk Bold";
    src: url("fonts/otf/LEMONMILK-Bold.otf") format("opentype"), url("fonts/woff/LEMONMILK-Bold.woff") format("woff");
}

@font-face {
    font-family: "Lemon Milk Bold Italic";
    src: url("fonts/otf/LEMONMILK-BoldItalic.otf") format("opentype"), url("fonts/woff/LEMONMILK-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: "Lemon Milk Light";
    src: url("fonts/otf/LEMONMILK-Light.otf") format("opentype"), url("fonts/woff/LEMONMILK-Light.woff") format("woff");
}

@font-face {
    font-family: "Lemon Milk Light Italic";
    src: url("fonts/otf/LEMONMILK-LightItalic.otf") format("opentype"), url("fonts/woff/LEMONMILK-LightItalic.woff") format("woff");
}

@font-face {
    font-family: "Lemon Milk Medium";
    src: url("fonts/otf/LEMONMILK-Medium.otf") format("opentype"), url("fonts/woff/LEMONMILK-Medium.woff") format("woff");
}

@font-face {
    font-family: "Lemon Milk Medium Italic";
    src: url("fonts/otf/LEMONMILK-MediumItalic.otf") format("opentype"), url("fonts/woff/LEMONMILK-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "Lemon Milk Regular";
    src: url("fonts/otf/LEMONMILK-Regular.otf") format("opentype"), url("fonts/woff/LEMONMILK-Regular.woff") format("woff");
}

@font-face {
    font-family: "Lemon Milk Regular Italic";
    src: url("fonts/otf/LEMONMILK-RegularItalic.otf") format("opentype"), url("fonts/woff/LEMONMILK-RegularItalic.woff") format("woff");
}


/* A N I M A T I O N S ------------------------------------------------------------------------- */

@keyframes liens-header {
    from {}
    to {
        color: #6A95F5;
    }
}


/* G E N E R A L ------------------------------------------------------------------------------- */

html {
    text-align: center;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

article {
    margin: 0;
    max-width: 960px;
    display: inline-block;
}


/* H E A D E R --------------------------------------------------------------------------------- */

header {
    background-color: #EBFEFF;
    position: fixed;
    width: 100%;
    height: 90px;
    margin: 0;
    left: 0;
    box-shadow: 0 0 5px 0 black;
    z-index: 3;
}

#titre-header {
    margin: 0;
    position: absolute;
    font-family: "Lemon Milk Bold Italic";
    font-size: 45px;
    top: 14px;
    left: 5%;
    color: #353535;
}

#menu-header {
    margin: 0;
    position: absolute;
    list-style: none;
    padding: 0;
    top: 30px;
    right: 5%;
    font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
    font-size: 30px;
}

#menu-header li {
    float: left;
    margin: 0 0 0 75px;
}

#menu-header a {
    color: #353535;
    text-decoration: none;
}

#menu-header a:hover {
    animation: liens-header 0.15s linear 0s 1 normal forwards;
}

header a {
    color: #353535;
    text-decoration: none;
}


/* P R E S E N T A T I O N --------------------------------------------------------------------- */

#presentation {
    background-color: #EBFEFF;
    height: 100vh;
}

#apropos {
    background-color: #EBFEFF;
}

#apropos h1 {
    margin: 150px 0 0 0;
}

h1 {
    margin: 25vh 0 0 0;
    font-family: "Lemon Milk Bold Italic";
    color: #353535;
    font-size: 110px;
}

h2 {
    font-family: "Lemon Milk Bold Italic";
    color: #353535;
    font-size: 30px;
}

#presentation-article p {
    font-family: Gill Sans, Gill Sans MT, sans-serif;
    color: #353535;
    font-size: 25px;
    text-align: justify;
}


/* P E R S O N N A G E S   Q U I   C O U R E N T ----------------------------------------------- */

#les-persos-qui-courent {
    position: fixed;
    width: 20%;
    bottom: 20px;
    right: 20px;
    text-align: right;
}

#les-persos-qui-courent img {
    width: 20%;
    margin: 0 0 0 7%;
}


/* A    P R O P O S ---------------------------------------------------------------------------- */

ul {
    text-align: justify;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    list-style-type: none;
}

.large {
    max-width: 960px;
    box-shadow: 0 0 10px RGBA(0, 0, 0, 0.5);
}

.paslarge {
    max-width: 480px;
    box-shadow: 0 0 10px RGBA(0, 0, 0, 0.5);
}

img:last-of-type {
    margin: 0 0 50px 0;
}


/* B A S E   D E   D O N N E E S --------------------------------------------------------------- */

#bdd {
    background-color: #dbeeef;
}

#bdd-article {
    padding: 50px 0 0 0;
}

objet {
    display: block;
    padding: 15px 0;
    min-height: 500px;
}

id,
acteurs,
libelle {
    display: none;
}

titre {
    font-family: "Lemon Milk Bold Italic";
    display: block;
    font-size: 28px;
    margin: 0 0 15px 0;
}

synopsis,
type,
genre,
duree {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 19px;
    display: block;
    margin: 0 0 15px 0;
    padding: 0 15px 0 400px;
    text-align: justify;
}

datedepublication {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 19px;
    display: block;
    padding: 0 15px 0 400px;
    text-align: justify;
}