html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Square Peg', cursive;
    color: #650f11;
}

h1,
h2,
h3 {
    font-family: 'Secular One', sans-serif;
}

h1 {
    font-size: 3rem;
}

p {
    font-size: 1.8rem;
    font-weight: bold;
}

#header {
    padding: auto;
    color: #fff;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 17rem;
}

#adresse {
    border: 3px solid #fff;
    margin: 1rem;
    margin-right: 75rem;
    padding: 1rem;
}

.jumbotron * {}

#gallerie img {
    border: 10px solid transparent;
    padding: 15px;
    border-image: url("../images/bordures.jpg") 30 stretch;
}

footer {
    background-color: #c60917;
    color: #fff;
    font-family: 'Secular One', sans-serif;
}

footer p {
    font-size: 12px;
    font-family: 'Secular One', sans-serif;
}

footer h3 {
    color: #650f11;
}

#adresse p {
    font-size: 1.4rem;
    font-family: 'Secular One', sans-serif;
}

.date {
    list-style-type: disc;
}

.nomartiste {}

.underlined {
    border-bottom: 5px solid #fff;
    border-bottom-width: medium;
    margin-right: 5rem;
    margin-bottom: 1rem;
}

/* MEDIA QUERIES */

/* extra small */
@media screen and (max-width: 576px) {
    #adresse {
        border: 3px solid #fff;
        margin: 0.5rem;
        padding: 0.3rem;
        font-size: 0.3rem;
    }

    #adresse p {
        font-size: 1rem;
    }

    h1 {
        font-size: 1.7rem;
    }

    #header {
        height: 13rem;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 577px) and (max-width: 768px) {
    #adresse {
        border: 3px solid #fff;
        margin: 0.5rem;
        padding: 1.5rem;
        font-size: 0.7rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 769px) and (max-width: 992px) {
    #adresse {
        border: 3px solid #fff;
        margin: 0.5rem;
        margin-right: 35rem;
        padding: 1rem;
        font-size: 0.7rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 993px) and (max-width: 1200px) {
    #adresse {
        border: 3px solid #fff;
        margin: 0.5rem;
        margin-right: 45rem;
        padding: 0.8rem;
        font-size: 0.7rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1201px) {
    #adresse {
        border: 3px solid #fff;
        margin: 0.5rem;
        margin-right: 70rem;
        padding: 0.3rem;
        font-size: 0.7rem;
    }
}
