@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%;
    }

    .input-form.mot-cles {
        width: 50%;
    }
    .form {
        display: flex;
        justify-content: start;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        height: 100%;
    }

    .wrapper-form .input-form, .wrapper-form .input-select {
        /* width: 50%; */
        /* border-right: 1px solid #dedede; */
        /* padding: 5px; */
        /* position: relative; */
        /* margin-bottom: 13px; */
    }

    .btn-primary {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        flex-wrap: wrap;
    }
    .input-form.types {
        /* border: none; */
    }

    .wrapper-form {
        background-color: #fff;
        box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
        border-radius: 30px;
        padding: 17px;
        margin-bottom: 45px;
    }
    .wrapper-form form {
        box-shadow: none !important; 
        height: 100%;
    }

}


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

    .input-form.mot-cles {
        width: 100%;
    }

    .wrapper-form .input-form, .wrapper-form .input-select {
        /* width: 100%; */
        /* border-right: none; */
        /* padding: 5px; */
        /* position: relative; */
        /* margin-bottom: 13px; */
    }

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

    .parent-items-categorie {
      padding: 15px 0;
      width: 100%;
    }

    .wrapper-form .input-form, .wrapper-form .input-select {
        /* width: 100%; */
        /* border-right: none; */
        /* padding: 5px; */
        /* position: relative; */
        /* border: 1px solid #e8e8e8 !important; */
        /* background: white; */
        /* margin-bottom: 13px; */
        /* border-radius: 6px; */
    }
        .content-item-etudes-de-cas h3 {
      font-size: 16px;
    }
    .wrap-categorie-image img {
      width: auto;
      height: 40px;
    }
    .items-wrap-categorie::before {
      
      top: -73px;
      
    }

}


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

    
}


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


}