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

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


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

.wrapper-etudes-de-cas {
    padding: 57px 0 50px;
    position: relative;
}


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

.wrapper-categorie {
}

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

.wrap-categorie {
    display:flex;
    flex-wrap:wrap;
    width:100%;
  position:relative;
}

aside.aside_left {
    width: 70%;
    position: relative;
    padding: 0 15px;
}

.parent-items-categorie {
    padding: 0px 0px 0px;
    width: 100%;
    display:
    flex;
    flex-direction:
    column;
    justify-content:
    center;
    position:
    relative;
    z-index: 1;
    margin-bottom: 45px;
}

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

.parent-items-categorie:hover .items-wrap-categorie {
}


.items-wrap-categorie {
    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.9s ease;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .cat-list {
    padding-bottom: 7px;
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    line-height: 22px;
  }
  
  .fonction::before {
    content: "";
    height: 4px;
    width: 12px;
    background-color: #c5932c;
    position: absolute;
    left: 0;
    border-radius: 10px;
    border: none;
    top: 100%;
  }
  


  .fonction {
  }
  
  .fonction::after {
    content: "";
    height: 4px;
    width: 41px;
    background-color: #c5932c;
    position: absolute;
    top: 100%;
    left: 24px;
    border-radius: 10px;
    border: none;
  }
  .item-etudes-de-cas {
    width: calc(100% - 270px);
    margin-left: auto;
}

.team-chapeau {
    margin-bottom: 20px;
    color: #808080;
}
  .content-item-etudes-de-cas h3 {
    margin-bottom: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    color: rgb(112 112 112 / 80%);
    position: relative;
  }

  .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; */
    aspect-ratio: 1;
    background-color: #044b7a;
    border-radius: 30px;
    position: absolute;
    top: 48%;
    left: 4px;
    opacity: 1;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.9s ease;
  }

 .items-wrap-categorie:before {
    background: #034c76;
    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;
    display: none;
}

.wrap-categorie-image {
    position: relative;
    width: 265px;
    position: absolute;
    left: 0;
    top: -20px;
    overflow: hidden;
    height: 100%;
    transition: all ease 0.9s;
}

.wrap-categorie-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all ease 0.9s;
}

.parent-items-categorie:hover .wrap-categorie-image {
    /* top: 0; */
    /* border-radius: 10px 0 0 10px; */
}

.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: #044b7a;
}

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

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

.parent-items-categorie:hover .items-wrap-categorie {
}