@media screen and (max-width: 768px) {
    /* #predications {
    padding: 0px !important;
  } */
    /* * {
    padding: 0px !important;
    margin: 0px !important;
  } */
    .main {
        /* border: 1px solid blue; */
        top: 125px !important;
        position: relative;
        margin: 0px !important;
        padding: 0px !important;
    }
    .search-predication-div {
        width: 90% !important;
        margin: 0px auto !important;
        padding: 0px !important;
    }

    .search-predication-div input::placeholder {
     font-size: 14px;
    }
    .search-predication-div input {
        width: 90% !important;
    }

    .search-predication-div span {
        width: 10% !important;
    }

    .predication-section {
        position: relative !important;
        width: 100% !important;
        margin-top: 5rem !important;
        /* border: 1px solid orange; */
    }
    .predication-block {
        margin: 1.5rem 0rem !important;
    }
    .predication-block figcaption {
        margin: 0px auto !important;
    }

    .filtrage-predication {
        /* display: none !important; */
        height: 450px !important;
        width: 100%;
        border: none !important;
        /* margin: 2rem 0rem !important; */
        /* margin-bottom: 2rem !important; */
        /* border: 1px solid blue; */
    }
    .filtrage-categorie {
        width: 90% !important;
        height: auto !important;
        margin: 0px auto!important;
        border: 1px solid blue;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* position: relative !important; */
    }

    .categorie {
        padding: 0.5rem !important;
        margin-bottom: 0.5rem !important;
        height: 100% !important;
        position: relative;
        list-style-type: none;
        flex: none !important;
        width: 100% !important;
    }
    .lien-categorie{
        height: 100%;
        position: relative;
    }
    .current-categorie{
        height: 100% !important;
        position: relative;
    }

    #predication {
        padding: 100px 0px !important;
      }
      #predication .row {
        --bs-gutter-x: 0rem;
        --bs-gutter-y: 0;
      }
      #predication .single_course {
        /* border: 1px solid blue; */
        position: relative;
        width: 90% !important;
        margin: 20px auto !important;
        padding-right: 0px;
      }

    #predication .single_course .course_content {
        padding: 30px 15px 5px 15px;
        background: #f9f9ff;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #predication .single_course .course_content h5 {
        font-size: 16px;
        font-weight: 500;
    }
    #predication .single_course .course_content p {
        margin: 0;
    }
    #predication .single_course .course_content .course_meta {
        margin-top: 25px;
    }
    #predication .single_course .authr_meta img {
        width: 35px !important;
        height: 35px !important;
    }
    #date-container small {
       font-size: 14px;
    }


}
/* ******************************style for search block**************************************** */

.search-predication-div {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    /* border: 1px solid blue; */
    margin: 1rem auto;
    background: #002347;
    border-radius: 25px;
}

.search-predication-div input {
    width: 97%;
    position: relative;
    height: 115%;
    outline: none;
    border: none;
    background: #f1f1f1;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
}
.search-predication-div input::placeholder {
    font-weight: 100 !important;
    padding: 0rem 2rem;
}
.search-predication-div span {
    width: 3%;
    position: relative;
    height: 100%;
    color: #f8a601;
    /* border: 1px solid red; */
    text-align: center;
    background: #002347;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.search-predication-div span i {
    font-size: 25px;
    /* border: 1px solid blue; */
    margin: 0px auto;
    position: relative;
    color: #f8a601;
}
/* *******************************************style for filtrage block************************** */

.filtrage-predication {
    height: 80px;
    width: 100%;
    border: 1px solid black;
    margin: 1.5rem 0rem;
}
.filtrage-categorie {
    width: 100%;
    height: 50px;
    margin: 0.5rem auto;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-evenly;
    position: relative;
    /* align-items: center; */
    text-align: center;
}

.categorie {
    border-radius: 25px;
    background: #f1f1f1;
    display: block;
    padding: 0.2rem;
    height: 100%;
    position: relative;
    list-style-type: none;
    flex: 1;
    text-align: center;
    margin: 0rem 1rem;
}
.lien-categorie {
    text-decoration: none;
    color: #6d6d6d;
}

.categorie span {
    text-align: center;
    /* border: 1px solid green; */
    display: inline-block;
    margin-top: 0.5rem;
}

#menu li a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    color: #6d6d6d;
}
#menu .current-categorie a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    color: #6d6d6d;
}

.current-categorie{
    background: #002347;
    border-radius: 25px;
    display: block;
    padding: 0.2rem;
    height: 100%;
    position: relative;
    list-style-type: none;
    /* font-size: 14; */
    flex: 1;
    text-align: center;
    margin: 0px auto;
}

.current-categorie span {
    color: #f8a601;
    font-weight:bolder;
}

.predication-block {
    height: 350px;
    /* border: 1px solid blue; */
    text-align: center;
    /* padding: 0.5rem; */
    margin: 2rem 0rem;
}

.predication-block img {
    width: 97%;
    height: 70%;
    position: relative;
    cursor: pointer;
}

.bloc-preach-icon {
    /* border: 1px solid orange; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bloc-sharing {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.bloc-sharing a {
    color: inherit;
    text-decoration: none;
}

.predication-section {
    position: relative;
    width: 90%;
    height: auto;
    /* border: 1px solid orangered; */
    margin: 0px auto;
}

.predication-block figcaption {
    width: 97%;
    position: relative;
    margin: 0px auto;
    /* border: 1px solid green; */
    color: #6d6d6d;
    height: 30%;
}

.predication-block figcaption > p {
    padding: 0px;
    margin: 0px;
    /* border: 1px solid lime; */
    text-align: left !important;
}

.predication-block figcaption > div {
    padding: 0px;
    margin: 0.5rem 0rem;
    /* border: 1px solid lime; */
}

.theme-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6d6d6d;
    font-weight: bold;
    text-align: left !important;
}

.preach-video,
.preach-audio {
    cursor: pointer;
    font-weight: bold;
    padding: 0.2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

.date-like-view {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* border: 1px solid green; */
    color: #6d6d6d;
    text-align: left !important;
}
.date-like-view > span {
    /* border: 1px solid red; */
    flex: 2;
    display: block;
}
.date-like-view > p {
    flex: 1;
}
.all-like-comment {
    display: flex;
    /* border: 1px solid blue; */
    justify-content: space-between;
    align-items: center;
}
.date-like-view i {
    color: #6d6d6d;
    cursor: pointer;
}
.share-icon {
    cursor: pointer;
    padding: 0.2rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

.pastor-name {
    color: #6d6d6d;
}

.play-icon {
    position: absolute;
    top: 25%;
}

.play-icon i {
    font-size: 50px;
    background-color: white;
    color: red;
    border-radius: 50%;
    cursor: pointer;
}
/* *************************************************************** */

.single_course {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.4);
    /* border:1px solid blue; */
}
.single_course .course_head {
    position: relative;
}
.single_course .course_head img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 250px;
    position: relative;
}
.single_course .course_content {
    padding: 30px 15px 5px 15px;
    background: #f9f9ff;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_course .course_content .tag {
    padding: 2px 21px;
    font-size: 13px;
    color: #fff;
    background: #002347;
    text-transform: uppercase;
}
.single_course .course_content h4 {
    font-size: 20px;
    font-weight: 500;
}
.single_course .course_content h4 a {
    color: #002347;
}
.single_course .course_content p {
    margin: 0;
}
.single_course .course_content .course_meta {
    margin-top: 25px;
}
.single_course .course_content .course_meta .meta_info a {
    color: #002347;
}
.single_course .authr_meta img {
    width: 45px !important;
    height: auto;
    display: inline-block !important;
}
.single_course .authr_meta span {
    color: #002347;
    font-weight: 500;
}
