.titreh5 {
    text-align: center;
    margin: 20px;
    font-size: 18px;
}
.prod-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product {
    flex: 1 1 17%;
    box-sizing: border-box;
    
    border: 1px solid #ddd;
    margin-bottom: 15px;
  
}

.titreh5 > span {
    color: #F00;
    font-weight: bold;
}

.actext {
    font-family: cursive;
    font-size: 16px;
    line-height: 2;
    width: 1000px;
    text-align: justify;
}

.acliste {
    list-style-type: circle;
    margin-left: 100px;
}

.titreh3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.mag {
    margin-top: 20px;
    font-family: cursive, Courier, monospace;
    font-weight: bold;
    font-size: 16px;
}

.text2 span {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #F00;
    text-transform: capitalize;
    font-style: italic;
}

.nb {
    font-style: italic;
}

.tdfiltre {
    width: 300px;
    padding: 5px;
}

.x-toolbar {
    margin-top: 10px;
}

.bordu {
    overflow: hidden;
    border-bottom: 3px solid #ff2020;
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
    margin-bottom: 10px;
    padding-top: 20px;
    transition: 0.4s;
    margin: 5px;
    cursor: pointer;
    position: relative;
    display: grid;
  place-items: center;
}

.desc {
    background: rgb(217, 218, 220);
    height: 50px;
    margin-top: 10px;
    padding-top: 5px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    text-transform: lowercase;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.desc1 {
    background: rgb(217, 218, 220);
    height: auto;
    margin-top: 10px;
    padding-top: 5px;
    line-height: 1.5;
    width: 70%;
    text-align: center;
    text-transform: lowercase;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.img-cap span {
    color: #fff;
    background: #f81f1f;
    padding: 20px 0;
    display: block;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.prod {
    width: 200px;
    height: 200px;
}

.tumbnail {
    margin-left: 8px;
}

.img-caption {
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.bordu:hover {
    background: rgba(0, 0, 0, 0.7);
    visibility: 0;
}

.det {
    width: 100px;
    border: 2px solid #F00;
    position: absolute;
    margin: 50px;
    display: none;
    margin: 50px 0px -100px -50px;
}

/* Styles pour les menus */
li > .menu_liste {
    position: absolute;
    top: 89px;
    margin-top: 10px;
    padding-top: 10px;
    display: none;
    transition: all 0.3s ease;
    Z-index:1000;
    height:auto;
    height:100%;
   
}
li.mena2{
    background-color:#FFF !important;
}
li > .dropup {
    position: absolute;
    top: -25px;
    margin-top: 10px;
    padding-top: 10px;
    display: none;
    transition: all 0.3s ease;
    height:100%
}

li > .droplft {
    display: none;
    position: absolute;
    top: 90px;
    list-style-type: none;
    margin-top: 10px;
    padding-top: 10px;
}

.droplft > .mena3 {
    left: -150px;
    max-height: 110px;
}

.droplft > .mena3:hover {
    color: red !important;
    background-color: rgb(217, 218, 220);
}

li .sousmenu {
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
}

ul > .smenu > a:hover {
    color: red !important;
    background-color: rgb(217, 218, 220);
    z-index:1000
}

.sousmenu > li:hover > ul {
    color: red !important;
    display: block;
}

.menu_liste > .mena3:hover {
    color: red !important;
    background-color: rgb(217, 218, 220);
}

.rsfooter {
    position: absolute;
    bottom: 10px;
    z-index: 1000;
    right: 100px;
}

.menu_liste > .raymenu:hover {
    color: red !important;
    background-color: rgb(217, 218, 220);
}

.dropup > .mena3:hover {
    color: red !important;
    background-color: rgb(217, 218, 220);
}

.droplft > .mena3:hover {
    color: red !important;
    display: block;
    background-color: rgb(217, 218, 220);
}

.mena2, .mena3 {
    text-align: center;
}

 @media (max-width: 1200px) {
    .product {
        flex: 1 1 17%;
    }
}
@media (max-width: 992px) {
    .product {
        flex: 1 1 20%;
    }
    li > .menu_liste {
        top:73px
    }
    .actext {
        width: 90%; 
        font-size: 16px; 
      }
}
@media (max-width: 768px) {
    .product {
        flex: 1 1 25%;
    }
    .ux-menu > div {
        flex: 1 0 0%;
        box-sizing: border-box;
        
    }
    .actext {
        width: 95%;
        font-size: 14px;
      }
      .titreh5 {
        font-size: 16px; 
        margin: 10px; 
      }
      .titreh3{
        font-size: 16px; 
        margin: 10px; 
      }
      .rsfooter {
       display:none
      }
}
@media (max-width: 576px) {
    .product {
        flex: 1 1 40%;
    }
    .actext {
        width: 100%; 
        font-size: 12px;
        line-height: 1.5;
      }
      .mag {
        font-size: 12px; 
      }
      .titreh5 {
        font-size: 14px; 
        margin: 5px;
      }
      .titreh3{
        font-size: 14px; 
        margin: 10px;
      }
}