body {
    background-color: white;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #101f37;
}

@media screen and (max-width: 900px) {
    h2 {
        font-size: 1.25rem;
    }
    #imgProduit {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    h2 {
        font-size: 1.1rem;
    }
}

h3 {
    font-size: 1.25rem;
}

a:link, a:visited, a:hover, a:active {
    color: rgb(0, 75, 145);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.nav-link {
    color: #9f2b28;
}

a.nav-link:hover {
    color: #101f37;
    text-decoration: none;
}

a.nav-link.active {
    color: #101f37;
    font-weight: bolder;
}

.card {
    background-color: white;
}

.card-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.5rem;
}

#boxcaptcha {
    background-color: rgb(250, 250, 250);
    border: solid #CCCCCC 1px;
    width: 220px;
    border-radius: 10px;
    padding: 3px;

}
#ContactError {
    background-color: rgb(255,250,250);
    border: solid #DDDDDD 1px;
    border-radius: 5px;
    font-size: 0.95em;
    margin: 0.5rem;
    padding: 0.25rem;
}
