#nos-produits-sportifs-content h2 {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: "Open Sans", sans-serif;
    color: #717171;
    font-size: 25px;
    border-bottom: 2px solid #f1f1f1;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 18px 0;
    margin: 0;
}

#nos-produits-sportifs-content li {
    padding-left: 10%;
    margin-top: 5px;
}

#nos-produits-sportifs-content li a {
    font-family: "Open Sans", sans-serif;
    color: #2765ad !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#nos-produits-sportifs-content li a img {
    padding-right: 15px;
}

#nos-produits-sportifs-content ul {
    padding-top: 7px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

#nos-produits-sportifs-content {
    background: #fff;
    padding-bottom: 12px;
}

#nos-produits-sportifs-button a {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 25px;
    background: #ababab;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    display: block;
    border-top: 5px solid #e9e9e9;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

a img {
    border: none;
}

.carousel .carousel-inner {
    height: auto;
}

@media (max-width: 992px) {
    #nos-produits-sportifs {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #wrapper {
        background: #e9e9e9;
    }
}

@media (min-width: 992px) {
    .carousel .carousel-indicators {
        display: block;
    }
}

.carousel .direction {
    display: none;
}

.carousel-indicators li {
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    border: 2px solid #7a7a7a;
}

.carousel-indicators li.active span {
    width: 6px;
    height: 6px;
    display: block;
    margin: 3px;
    background-color: #7a7a7a;
    transition: 1.5s;
}
.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    background-color: transparent;
}  