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


}

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


}

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

   

}

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


}

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

   

}

@media only screen and (max-width: 1024px) {
    .content-item-etudes-de-cas h3 {
        font-size: 20px;
    }

    .btn-style2 {
        font-size: 17px;
    }

    .cat-list a {
        font-size: 14px;
    }
}



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

    .parent-items-categorie {
        width: 50%;
    }

    .img-etudes-de-cas img {
        object-fit: cover;
        width: 100%;
        height: 300px;
    }

    .wrapper-parent-etudes-de-cas {
        width: 50%;
    }

    .cat-list {
        font-size: 12px;
    }

    .content-item-etudes-de-cas h3 {
        font-size: 17px;
        /* height: auto; */
        min-height: 61px;
    }




.content-item-etudes-de-cas p {
    line-height: 1.5;
}

span.btn-style2 {
    padding: 7px 12px;
}

.wrapper-parent-etudes-de-cas .portfolio-btn .btn-style2::after {
    width: 40px !important;
    height: 40px;
}

}


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

    

    .btn-primary {
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
        flex-wrap: wrap;
    }

    .parent-items-categorie {
        width: 100%;
    }
    
    .content-item-etudes-de-cas h3 {
        font-size: 18px;
    }

    .cat-list {
        font-size: 12px;
    }
    .content-item-etudes-de-cas p {
        font-size: 14px;
    }

}


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

    .wrapper-parent-etudes-de-cas {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    
.date-agenda span {
  font-size: 12px;
}
.date_in_month span {
  font-size: 10px;
}
span.date_in_number {
  font-size: 12px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-agenda {
  width: 50px;
  padding-top: 10px;
}


    .img-etudes-de-cas img {
        height: auto;
    }

    .portfolio-btn {
        bottom: -15px;
    }

.content-item-etudes-de-cas h3 {
    height: auto;
    min-height: 50px;
    font-size: 15px;
}


.parent-etudes-de-cas .content-item-etudes-de-cas {
    padding: 0 11px 15px 20px;
}


}

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


}

@media only screen and (max-width: 320px) {
    .content-item-etudes-de-cas h3 {
        font-size: 14px;
        text-align: left;
    }

    .cat-list {
        font-size: 13px;
    }

    .content-item-etudes-de-cas p {
        margin-bottom: 6px;
    }

    .wrapper-parent-etudes-de-cas .portfolio-btn .btn-style2::after {
        width: 50px !important;
        height: 50px;
    }

    .parent-etudes-de-cas .content-item-etudes-de-cas {
        position: absolute;
        bottom: 73px;
        left: -15px;
        padding: 0 10px 30px 35px;
        transform: translateY(116px);
        z-index: 5;
        transition: all 0.3s ease-in-out;
    }

}