html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    font-family: "Pompiere", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(1vmin + 14px);
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    letter-spacing: 0.5px;
}

h1 {
    font-size: calc(2vmin + 13px);
    text-align: center;
}

h2 {
    font-size: calc(1vmin + 14px);
    font-weight: 600;
    color: rgb(104, 53, 53);
    border-bottom: 1px solid #666666;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.5px;
    margin: 2% auto;
}

h3 {
    font-size: calc(1vmin + 10px);
}

a {
    color: #000000;
    text-decoration: none;
}


.site_exemple{
    background-color: rgb(237, 16, 16);
    color: #000000;
    text-align: center;
    padding:3px;
}
.barrenavigation, .footer {
    background-color: #666666;
    width: 100%;
    z-index: 12;
}

.barrenavigation {
    height: 120px;
}

ul.navbar {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
}

.nav-link {
    /*titres seuls*/
    display: block;
    color: #f1f1f1;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    white-space: nowrap;
    bottom: 10px;
    text-shadow: 1px 1px 1px #000000;
}

.fixed {
    position: fixed;
    top: 0;
}

.fixed+.superconteneur {
    padding-top: 150px;
}

/*footer*/
.footer {
    color: #f1f1f1;
}

.nav-footer h1 {
    text-align: left;
    color: antiquewhite;
}

.scroll {
    scroll-margin-top: 180px;
}