.header_secteurs {
    position: relative;
    width: 1080px;
    margin: auto;
    padding: 0 !important;
    margin-top: -145px;
    z-index: 10;
}
.header_secteurs .content{
    position: relative;
    width: 100%;
    margin: auto;
}
.header_secteurs .content #owl_secteurs{
    position: relative;
    width: 100%;
}
.header_secteurs .content #owl_secteurs .item a{
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(221, 220, 220, 0.0);
    width: 100%;
    height: 110px;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    transition: ease all 0.3s;
}
.header_secteurs .content #owl_secteurs .item a:hover {
    background-color: rgba(232, 237, 252, 0.99); 
    border: 3px solid var(--orange);
}
.header_secteurs .content #owl_secteurs .item a .icon{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_secteurs .content #owl_secteurs .item a .icon img{
    position: relative;
    width: 35px !important;
}
.header_secteurs .content #owl_secteurs .item a h2{
    position: relative;
    text-align: center;
    font-size: 13px;
    color: gray;
    font-weight: 500;
    margin-top: 10px;
    transition: ease all 0.3s;
    text-transform: capitalize;
}
.header_secteurs .content #owl_secteurs .item a:hover h2{
    color: var(--bleu);
}
  
  