.blocAvisCustom{
	gap: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.avis-section{
	    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10% 0;
    gap: 25px;
    background-color: #FAFAFA;
}


.brBarAvisCustom{
	height: 1px;
    width: 28%;
    background-color: #97C494;
    display: inline-block;
}

.fh-logo-avis{
	position: absolute;
    width: 33%;
    right: -43%;
    top: -50%;
}


@media screen and (max-width: 982px){
    .avis-section{
        padding: 10% 5%;
        overflow: hidden;
}
}