@media screen and (max-width:768px) {

    /* Home page */
#program-section{
    margin: 0rem !important;
}
#defis-text{
    width:90% !important;
    margin: 0px auto;

}
#defis-text h3{
    font-size: 16px;
    /* border: 1px solid red; */
    width:100%;
    position: relative;
}

#about-section .left-content p{
    text-align: justify;
    padding: 0rem 1rem;
}
#about-text .stroke-header{
    width: 50px !important;
}
#about-text h4{
   font-size: 16px;
}

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

#preach-section .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;
}

#preach-section .single_course .course_content h4 {
    font-size: 16px;
    font-weight: 500;
}
#preach-section .single_course .course_content h4 a {
    color: #002347;
}
#preach-section .single_course .course_content p {
    margin: 0;
}
#preach-section .single_course .course_content .course_meta {
    margin-top: 25px;
}
#preach-section .single_course .authr_meta img {
    width: 35px !important;
    height: 35px !important;
}

#newsletter-section .newsletter-header{
flex-direction: column-reverse !important;

}
#newsletter-section .newsletter-header h4{
font-size: 16px;
margin: 25px 0px;
}
#newsletter-section .continer p{
    text-align: justify;
    padding: 0rem 1rem;
}
#newsletter-section .top-content h6{
    text-align: center;
    padding: 1.25rem;
}
#newsletter-section form{
   /* border: 1px solid red; */
   padding: 3rem 1.5rem !important;
}


section.courses {
    /* border: 1px solid red; */
    padding: 0px 0px 100px 0px;
}
section.courses .row {
    --bs-gutter-x: 0rem !important;
    --bs-gutter-y: 0;
  }

section.courses .home-article-img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    height: 211px !important;
    object-fit: cover;
    position: relative;
}

section.courses .item {
    /* border: 1px solid red; */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    margin: 1rem 0rem;
}
section.courses .item .down-content {
    padding: 1rem !important;
}

section.courses .item .down-content h4 {
    font-size: 14px;
    text-align: center;
}

section.courses .item .down-content p {
    margin-bottom: 25px;
    text-align: justify;

}

section.courses .item .down-content img {
    width: 40px;
    border: 2px solid #f5a425;
    border-radius: 50%;
    text-align: left;
    display: inline-block;
}

/* #website-statistic .statistic-container div{
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
} */
/* #website-statistic .statistic-container div span{
   margin: 0rem 2rem;
   border: 1px solid blue;
   flex: 1;
}
#website-statistic .statistic-container div i{
   margin-bottom: 0px;
   border: 1px solid blue;
   flex: 1;
}
#website-statistic .statistic-container div h1{
   margin-bottom: 0px;
   border: 1px solid blue;
   flex: auto;
} */



/* Actualites et actualite details style */
.post-module  {
   margin: 16px auto !important;
    width: 90% !important;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.post-module .thumbnail .date {
    width: 50px !important;
    height: 50px !important;
    padding: 8px 0 !important;
    right: 10px !important;
}
.post-module .thumbnail img {
    width: 100% !important;
}

.post-module .thumbnail .date .day {
    font-size: 8px !important;
}

.post-module .thumbnail .date .month {
    font-size: 10px !important;
    text-transform: uppercase;
}
.post-module .thumbnail .date .year {
    font-size: 8px !important;
    text-transform: uppercase;
}

.post-module .post-content {
    width: 100%;
    padding: 0px 10px !important;
}

.post-module .post-content .category {
    top: -40px !important;
    padding: 12px 13px !important;
    font-size: 12px !important;
}

.post-module .post-content .title {
    padding-left: 0px !important;
    text-align: center;
    /* border: 1px solid red; */
    margin:1rem 0rem  !important;
    font-size: 18px !important;
}
.post-module .post-content .post-meta .timestamp a{
    font-size: 0.85rem !important;
}

/* style for article and details articles */
}


@media screen and (min-width:768px) and (max-width:1024px) {
.aboutUs-item {
    float: left;
}
}
