@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1,h2,h3,h4 {
    font-family: 'Montserrat', sans-serif;
}
* {
    font-family: 'Karla', sans-serif;
}
.container-lg {
    max-width: 1100px;
}
header {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
}
ul li {
    list-style: none;
}
#bandeau_la_cavaliere{
    padding: 0;
}
#bandeau_la_cavaliere img {
    width:100%;
}
#liens {
    display: flex;
    color: #747474;
    font-size: 12px;
    padding: 5px 30px;
    border-bottom: 1px solid #eaeaea;
}
.align-left {
    float: left;
    width: inherit;
    display: inline-flex;
}
#liens .align-left div:first-child {
    margin-right: 30px;
}
#liens .align-left div {
    align-content: center;
}
#liens .align-left a, .social_link a {
    margin-right: 15px;
}
.align-right {
    float: right;
}
.logo, .logo img {
    height: 100px;
}
.logo {
    justify-self: center;
}
h1 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1em;
}
#content_home {
    padding: 0 30px;
}
#txt_presentation {
    margin-top:6em;
    margin-bottom: 6em;
}
#txt_presentation p {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
}
hr {
    border: 0;
    opacity: 1;
}
#list_produits, #list_univers {
    margin-bottom: 6em;
}
.title_h2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    text-wrap-mode: nowrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 4em;
}
.title_h2 h2 {
    font-size: 38px;
    font-weight: 700;
}
.catalog img {
   width: 100%;
}
.catalog .row {
    row-gap: 20px;
}
#btn_prod {
    justify-self: center;
    margin-top: 30px;
}
.btn {
    background-color: #b71868;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 0.4rem 1rem;
}
.btn:hover {
    color: #b71868;
    border: 1px solid #b71868;
}
#before_footer .row {
        padding: 40px 0;
}
#before_footer .col {
    text-align: center;
}
p.title_reassur {
    text-transform: uppercase;
    font-weight: bold;
    color: #494949;
}
#before_footer p, #before_footer a {
    font-size: 15px;
    color: #494949;
    margin-top: 10px;
    text-decoration: none;
}
#footer {
    background-color:#2b2e32 ;
    padding: 60px 30px;
}
#footer p, #footer a {
    color: #eaeaea;
    text-decoration: none;
    font-size: 15px;
}
#footer p.title_footer {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#footer .list_page svg{
        margin-right: 5px;
}
#footer .list_page a {
    border-bottom: 1px solid #35383c;
    padding: 0 12px;
    padding: 12px 0;
    width: 100%;
    display: block;
}


/* Responsive */
@media only screen and (max-width:1140px) {
    #before_footer img {
        width: 100%;
    }
    #footer .container {
        max-width: none;
        padding: 0;
    }
}
@media only screen and (max-width:991px) {
    #footer .list_page {
        margin: 40px 0 50px 0;
    }
}
@media only screen and (max-width: 767px) {
    #before_footer img {
        width: auto;
    }
    .title_h2 h2 {
        font-size: 30px;
    }
}