/* Google Font Importation */

@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500&display=swap');

html,
body {
    height: 100%;
}

body,
select {
    font-family: 'Alegreya', 'Garamond', 'Times New Roman', serif;
    font-size: 1.1rem;
}

body,
.dropdown-menu {
    background-color: #000011;
    color: #cccccc;
}

body {
    background-image: url(../images/etoiles.png);
    background-repeat: repeat;
    color: #cccccc;
}

a:link,
a:visited {
    color: #cccccc;
}

a:hover,
a:focus,
a:active {
    color: #ffffff;
}

.navbar-brand img {
    margin-right: 0.5rem;
}

#navbar-social .nav-item {
    margin-right: 0;
    margin-top: 0.25rem;
}

@media screen and (min-width: 1000px) {
    #navbar-social .nav-item {
        margin-right: 1rem;
        margin-top: 0;
    }
}

.carousel-control-next,
.carousel-control-prev {
    align-items: inherit;
    padding-top: 15rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

section.carousel-item {
    padding-top: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 60%;
}

#canoe {
    z-index: 666;
    position: fixed;
    bottom: 2rem;
    left: calc(50% - (490px / 2));
    transform: scaleX(-1);
}

@media screen and (min-width: 1000px) {
    section.carousel-item {
        padding-bottom: 30%;
    }
    #canoe {
        bottom: 4rem;
    }
}

#map {
    width: 100%;
    height: 20% !important;
    z-index: 665;
    position: fixed;
    bottom: 0;
}


#signature {
    text-align: right;
    font-weight: bold;
    font-style: italic;
}

#signature img {
    width: 7rem;
}

.chapitre {
    text-align: center;
    margin-bottom: 1.6rem;
}

.chapitre + div p:first-child::first-letter {
    float: left;
    font-size: 6rem;
    line-height: 4.5rem;
    padding-right: 0.5rem;
}


.italique {
    font-style: italic;
}

.chanson {
    text-align: center;
    font-style: italic;
}

#copyright {
    text-align: right;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

