.box-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 1440px;
    margin: 0 auto;
}

.text-test{
    top: 11vw;
    position: absolute;
    max-width: 31vw;
    text-align: left;
    left: 50%;
    font-size: 1.1vw;
    margin-block-end: 0;
    line-height: 2.2;
}

html{
scroll-padding-top: 280px;
  height:100%
}

#category .breadcrumb{
display:none;}
.container-assurance {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 134px;
    background: #2189FF;
    border-radius: 5px;
    width: 60%;
    margin-top: 20px;
}
.child-assurance {
    height: 90%;
    width: 95%;
    margin-top: 15px;
}
.sub-child-assurance {
    display: flex;
    width: 80%;
}
.sub-div1-assurance {
    height: 25%;
    width: 40%;
    border-right: 2px solid #fff;
    display: flex;
    justify-content: center;
}
.filter-assurance {
    width: 90%;
    align-self: center;
    margin: 0 auto;
}
.sub-div2-assurance {
    width: 60%;
    display: flex;
    justify-content: center;
    margin-top: -5px;
}
.block-assurance {
    display: block;
    height: 100%;
    color: #fff;
    width: 97%;
    margin: 0 auto;
    margin-top: 7px;
}
.block-div1-assurance {
    height: 25%;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #fff;
}
.product-desc p {
    font-family: Roboto,sans-serif;
    font-weight: 400!important;
    color: #5c5c5c!important;
    font-size: 13px!important;
}
.block-div2-assurance {
    margin-top: 9px;
    font-family: inherit;
}
.div-ref{
display: flex; /* Utilisation de Flexbox */
  width: 100%;}
.img-ref{
width: 50%;
 box-sizing: border-box;
}
.text-ref{
position:relative;
            top: 15%;
            left:5%;
            width:90%
}
