html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    color: #1b1c1d;
    font-family: 'Roboto', sans-serif;
}

h1 {
    color: #4d4e52;
}

.navbar {
    background-color: #4d4e52;
    background-image: linear-gradient(#4d4e52, #8b8984, #4d4e52);
    border-radius: 2rem;
}

.navbar-nav {
    background-color: transparent !important;
}

.nav-item {
    padding: 1rem 0;
    border-bottom: 15px solid transparent;
}

.nav-item:hover {
    padding: 1rem 0;
    border-bottom: 5px outset #fff;
}

.nav-item:hover a {
    font-weight: bolder;
}

.nav-item a {
    color: #f6f7f9 !important;
    background-color: transparent;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
}

.nav-item a:hover {
    color: #1b1c1d !important;
    /*background-color: #4d4e52;*/
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3rem;
    text-decoration-color: #d7c4b9;
    text-decoration-line: none;
}

h1 {
    padding: 2rem 0;
    text-decoration: underline;
    text-align: center;
}

h2.nomproduits,
h3.nomproduits {
    color: #4d4e52;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    padding: 1rem 0;
}

h2.nomproduits + div figcaption {
    text-align: center;
}

#logo {
    width: 125px;
    height: 214px;
}

#slogan {
    padding: 12px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 4em;
    text-align: center;
    color: black;
}

p {
    text-align: justify;
    color: #4d4e52;
}

#textfooter {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;

    background-color: #4d4e52;

    margin-top: 4em;
    height: auto;
    /*12rem;*/
    width: auto;
    /*
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    */
}

#textfooter p {
    color: #eee;
}

p.leftside {
    color: #4d4e52;
}

.label-info {
    font-size: 0.7em;
    font-weight: bold;
    margin: 0.6em;
    padding: 0.4em;
}

.navbar-toggler {
    border-color: #d7c4b9;
}

.nom-entreprise {
    font-size: 3rem;
}

#reseau-sociaux {
    font-size: 2rem;
}

.figure img {
    opacity: 0.9;
}

.figure img:hover {
    opacity: 0.8;
}

.carousel-caption {
    background-color: #f6f7f9;
    padding: 3rem;
    border-radius: 10rem;
}

.carousel-caption:hover {
    background-color: #8b8984;
    opacity: 0.8
}

.carousel-caption h5,
.carousel-caption p {
    font-weight: bold;
    color: #1b1c1d;
}

.carousel-caption h5 {
    text-decoration: underline;
    letter-spacing: 0.4rem;
}
