h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.bg-cream {
    background-color: #eeeeee;
}
section.main {
    background-image: url(stripes.png);
    background-position: top;
    background-repeat: repeat-x;
}
#navbarSupportedContent {
    justify-content: space-evenly;
}
a.invisible {
    display: none;
}
table {
    width: 100%;
}
.card-img-top {
    width: auto;
}
.card-title {
    font-weight: bold;
    font-size: 1.0rem;
    min-height: 3rem;
}
.card-price {
    color: #e10126;
}
.hero-slider {
    height: 50vh;
}
.hero-slider .slider-item {
    height: 50vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.hero-slider .slider-item:focus {
    outline: 0;
}
.hero-slider .slider-item:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}
.hero-slider .content {
    position: relative;
    z-index: 2;
}
.hero-slider .content.style h2 {
    font-size: 60px;
}
@media (max-width: 767px) {
    .hero-slider .content.style h2 {
        font-size: 30px;
    }
}
.hero-slider .content.style .offer-text {
    letter-spacing: 7px;
    font-size: 15px;
    margin-bottom: 5px;
}
.hero-slider .content.style .tag-text {
    font-size: 20px;
    font-weight: normal;
}
.hero-slider .content.style .btn-main {
    border-radius: 3px;
    padding: 16px 50px;
    font-weight: 700;
}
.hero-slider .content h2 {
    font-size: 35px;

    font-weight: 600;
    /*font-family: "Roboto Condensed", sans-serif;*/
    color: #fff;
}
.hero-slider .content p {
    font-size: 26px;
    color: #fff;
}
.hero-slider .content .btn-white {
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}
.hero-slider .content .btn-white:hover {
    background: #fff;
    color: #000;
}
.hero-slider .slick-dots {
    bottom: 20px;
}
.hero-slider .slick-dots li {
    margin: 0 3px;
}
.hero-slider .slick-dots li button:before {
    font-size: 15px;
}
.hero-slider .slick-dots li.slick-active button:before {
    color: #fff;
}
.hero-slider .slick-prev {
    left: 20px;
    z-index: 100;
}
.hero-slider .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.hero-slider .slick-next {
    right: 20px;
    z-index: 100;
}
.hero-slider .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.mod_cataloglist td.field {
    vertical-align: middle;
}

.mod_catmenu ul.level_1 li  {
    flex: 1;
}

#accueil section.col-6 {
    background-image: url(panel.png);
    padding: 2rem 8rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

section .container a {
    color: #e10126;
}

section .container nav {
    margin: 2rem 0;
}

.mod_catalogfilter {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.mod_catalogfilter select {
    width: 100%;
    padding: 0.2rem 
}

.mod_cataloglist span.total {
    display: none;
}

article#catalogue-en-ligne > h1.ce_headline {
    display: none;
}

.footer_panel * {
    color: #fff;
}

.footer_panel.first {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: larger;
}

.summary.total {
    padding: 1rem 0;
    text-align: right;
    color: #e10126;
    font-weight: bold;
}

article section.ce_text {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

#accueil .card {
    background-color: transparent;
    border: 0.2rem solid white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#accueil a {
    color: #fff;
}
p.error {
    background-color: var(--bs-danger);
    color: #fff;
    padding: 0.25rem 0.725rem;  
    margin-top: 0.25rem;
    margin-bottom: 0.725rem;
    border-radius: 0.25rem;
    margin-left: 1px;
    margin-right: 1px;      
}

