body {
    font-family: Jost,sans-serif;
}


h1 {
    font-size: 1.7rem;
    text-transform: uppercase;
    border-bottom: 3px solid #1271b7;
}
h2 {
    color: #1271b7;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 10px;
}
h3 {
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    border-bottom: 3px solid #1271b7;
    margin-top: 30px;
    margin-bottom: 30px;
}
h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}

.alert {
    font-size: 12px;
}

#header-logo {
    padding: 10px;
    border: 1px solid #1271b7;
}
#header-logo img {
    max-height: 60px;
    margin:0 10px 0 10px;
}

#header-emphasis {
    background: #1271b7;
    padding: 10px;
    color: white;
}
#header-emphasis div {
    padding-top: 10px;
    padding-bottom: 10px;
}

#product-description #img-product {
    float: left;
    max-width: 35%;
    padding: 0 50px 40px 0;
    background: white;
}
@media only screen and (max-width: 992px) {
    #product-description #img-product {
        float: none;
        max-width: 100%;
        padding: 0 0 40px 0;
        background: white;
        text-align: center;
    }
}

#brands h3 {

}
.avis-client {
}
.avis {
    position: relative;
    font-weight: bold;
}
.avis:before {
    position: absolute;
    top: -17px;
    left: -25px;
    content : "\00275E";
    font-size: 40px;
    color: #eb651b;
}
.avis:after {
    position: absolute;
    bottom: -33px;
    right: -25px;
    content : "\00275E";
    font-size: 40px;
    color: #eb651b;
}
.avis-product, .avis-price {
    text-transform: uppercase;
    color: #777;
}

#footer-emphasis {
    color: white;
    background: #1271b7;
}
#footer-emphasis div:nth-child(2n) {
    background: #2787ce;
}

#footer-emphasis img{
    padding-bottom: 15px;
}



#tab-infos .tab-content {
    border: 1px solid #cecece;
    padding: 20px;
}



#tab-infos .tab-container .tab-buttons {
    display: flex;
    justify-content: flex-start;
}

#tab-infos .tab-container .tab-buttons .tab-button {
    padding: 1.2em 2em;
    margin-right: 3px;
    text-transform: uppercase;
    color: white;
    background: #1271b7;
    cursor: pointer;
}


#tab-infos .tab-container .tab-buttons .tab-button.active {
    background-color: #eb651b;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

@media only screen and (max-width: 992px) {
    #tab-infos .tab-container .tab-buttons {
        display: block;
    }
    #product-description table.table td, #product-description table.table td {
        padding: 0.4em;
        font-size:0.8em;
    }
}



#faqAccordion .btn-link {
    color: #2b2f32;
}