@font-face {
    font-family: 'Astrobia';
    src: url('fonts/astrobia-webfont.woff2') format('woff2'),
        url('fonts/astrobia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Euro';
    src: url('fonts/eurof35-webfont.woff2') format('woff2'),
        url('fonts/eurof35-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Euro';
    font-size: 1.5em;
}

#menu {
    font-size: 0.9em;
}


h1 {
    font-family: 'Astrobia';
    font-size: 3em;
    color: #8979FF;
}

h2 {
    color: #462A7A;
    font-weight: bolder;
    font-size: 1.8em;
}

h3 {
    color: #462A7A;
    font-weight: bolder;
    text-indent: 3em;
    text-decoration: underline;
}

p {
    text-align: justify;
    text-indent: 2em;
    font-size: 0.9em;
}

footer h2 {
    font-size: 1.2em;
}

footer h2:hover {
    font-weight: bold;
    text-shadow: 2px 2px 2px white;
}

footer li {
    font-size: 0.8em;
    list-style-image: url(img/fleche.png);
}

footer li a {
    color: #333;
}

footer li a:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 3px 5px 4px white;
}


li {
    list-style-image: url(img/fleche.png);
    font-size: 0.9em;
}

main a {
    color: #333;
}

main a:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 3px 5px 4px white;
}

.timenu li a {
    color: #333;
}

.timenu li a:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 3px 5px 4px white;
}

.sources a {
    color: #333;
}

.sources a:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 3px 5px 4px white;
}


#carouselExampleFade p {
    text-indent: 0em;
    font-size: 2em;
    text-align: center;
    text-shadow: 3px 5px 4px dodgerblue;
}

.containerTitr {
    padding: 0.4em;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(80, 80, 80, 0.3);
    border-radius: 5px;
    box-shadow: 5px 5px 5px white;
    color: #462A7A;
    font-size: 1.7em;
    text-shadow: 5px 5px 5px lightgray;
    font-weight: bold;
    font-variant: small-caps;
}

.contact {
    background-color: rgba(80, 80, 80, 0.3);
    border-radius: 5px;
    box-shadow: 5px 5px 5px white;
}
