
  
  
  /*********************************************Fin Formulaire************************************************************ */

  /**********************************************************************************************************************
|                                                   GALERIE AUDIO                                                    |
**********************************************************************************************************************/


  .container-galerie {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.wrapper-etudes-de-cas {
    padding: 57px 0 50px;
    background-color: #F3F5F7;
    background-image: url(https://radiustheme.com/demo/wordpress/themes/finbuzz/wp-content/uploads/2022/01/shape15.png);
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}


/**********************************************************************************************************************
|                                                   CATEGORIES                                                   |
**********************************************************************************************************************/

.wrapper-categorie {
    padding: 20px 0;
    position:
    relative;
    /* margin-top: -100px; */
}

.wrap-categorie-text {
    line-height: 28px;
    min-height: 85px;
}

.wrap-categorie {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    position:relative;
    /* align-items: stretch; */
}
.parent-items-categorie {
    padding: 20px 12px 15px;
    width:33.33%;
    display:
    flex;
    flex-direction:
    column;
    justify-content:
    center;
    position:
    relative;
    z-index: 1;
}

.wrap-categorie-title > h2 {
    font-weight: 500;
}

.parent-items-categorie .items-wrap-categorie {
    /* max-height: 100%; */
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
    padding: 25px 30px 25px 30px;
    position: relative;
    transition: all 0.8s ease;
    transform: translateY(0);
    /* height: 250px; */
    overflow: hidden;
  }

  .cat-list {
    /* font-size: 10px; */
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    display: inline-block;
    z-index: 2;
    width: 72%;
  }
  
  .cat-list::before {
    content: "";
    height: 4px;
    width: 12px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    border-radius: 10px;
    border: none;
    top: 100%;
  }
  
  .cat-list a {
    /* color: #fff; */
    color: rgb(112 112 112 / 80%);
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    line-height: 22px;
  }
  
  .cat-list::after {
    content: "";
    height: 4px;
    width: 41px;
    background-color: var(--primary-color);
    position: absolute;
    top: 100%;
    left: 24px;
    border-radius: 10px;
    border: none;
  }
  
  .content-item-etudes-de-cas h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    padding-right: 30px;
  }
  
  .content-item-etudes-de-cas h3 a {
    color: rgb(37 37 37);
  }

  .btn-style2 {
    position: relative;
    display: inline-flex;
    font-size: 19px;
    font-weight: 500;
    color: rgb(255 255 255);
    padding: 7px 17px 7px 14px;
    border: none;
    width: max-content;
    font-weight: 700;
    opacity: 1;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .wrap-select input {
    width: 100%;
    }

  .parent-items-categorie .btn-style2 span {
    color: rgb(255 255 255);
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    margin-left: 10px;
    transition: all 0.5s ease-in-out;
  }

   .parent-items-categorie .portfolio-btn .btn-style2::after {
    content: "";
    width: 36px !important;
    height: 36px;
    background-color: var(--second-color);
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 5px;
    opacity: 1;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.8s ease;
  }

 .items-wrap-categorie:before {
    background: var(--second-color);
    width: 160px;
    height: 160px;
    content: "";
    position: absolute;
    top: -58px;
    right: -62px;
    z-index: 1;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-radius: 30px;
    z-index: 1;
}

.wrap-categorie-image {
    position: absolute;
    /* font-size: 38px; */
    right: 23px;
    z-index: 2;
    top: 22px;
    color: white;
}

.wrap-categorie-image img {
    width: auto;
    height: 47px;
}

.portfolio-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.nb-audio {
    padding: 5px 8px;
    border-radius: 15px;
    background: #eee;
    font-size: 13px;
    font-weight: 400;
    color: var(--primary-color);
}

.parent-items-categorie:hover .btn-style2 span {
    opacity: 1;
    visibility: visible;
}

.parent-items-categorie:hover .portfolio-btn .btn-style2::after {
    width: 105px !important;
    left:0;
}

.parent-items-categorie:hover .items-wrap-categorie {
    transform: translateY(-15px);
}

.date-pub {
    color: #676767;
    font-size: 13px;
    margin-bottom: 20px;
}

.date-pub i {
    margin-right: 6px;
}