html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Montserrat Alternates', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'Libre Baskerville', serif;
}

.header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 25rem;
    line-height: 70px;
    background-color: #333;
    background: linear-gradient(#413d3c, #a18879);
    z-index: 10;
}

.heading-site {
    font-family: 'Libre Baskerville', serif;
    font-size: 4rem;
    padding: 5rem 0;
    text-align: center;
    
}

.header .header-logo {
    color: #fff;
    font-family: 'Montserrat Alternates', sans-serif;
    float: left;
    margin-left: 3rem;
    font-size: 4rem;
    padding: 7rem 1rem;
}

.header .header-menu {
    float: right;
    margin-right: 30px;
}

.header .header-menu a {
    margin-right: 15px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.header .header-menu a:hover {
    color: #fff;
    text-decoration: #fff underline 1px;
    
}

.banner {
    margin-top: -20px;
}

.banner-image {
    position: relative;
}

.banner-contenu {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 60%;
}

.banner .banner-contenu h1,
.banner .banner-contenu h2 {
    color: #fff;
}

.about .about-single-element .con {
    font-size: 30px;
    text-align: center;
}

.about .about-single-element {
    text-align: center;
}

.about .about-single-element p {
    text-align: left;
    margin-top: 20px;
}

.footer .footer-informations {
    text-align: center;
    margin-top: 35px;
}

.footer .footer-informations ul {
    padding: 0;
}

.footer .footer-informations ul li {
    display: inline-block;
    list-style-type: none;
}

.own-modal {
    padding-top: 120px;
}

#portrait {
    position: absolute;
    top: 7rem;
    right: 6rem;

    padding: auto;
    margin: auto;

    border: 10px #000 solid;
    z-index: 12;
}

#thetitle {
    font-size: 5rem;
    color: #413d3c;
    border: solid 3px #f3f6f8;
    margin: -8rem 9rem;
    padding: 1rem;
    background-color: #f3f6f8;
    border-radius: 12px;
}

#subtitle {
    margin-top: 9rem;
}

#btn {
    font-size: 2rem;
    margin-top: -6rem;
    font-family: 'Montserrat Alternates', sans-serif;
    border: 5px #fff solid;
    font-weight: bold;
}
