.banner{
	background-image: url(../image/moquette-fon.jpg);
}
.elemeent-him{
    position: relative;
}
.overlow-sofa{
    position: relative;
    z-index: 3;
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.elemeent-him h3{
	text-align: center;
	font-size: 34px;
	color: rgb(4, 4, 26);
	font-weight: 600;
	font-style: bold;
	padding: 10px 5px;
}
.elemeent-him h4{
    font-size: 26px;
    font-style: oblique;
    font-weight: 600;
    padding: 10px 5px;
    text-align: center;
}
.him-item{
    margin: 10px 10px;
    border: 2px solid rgb(1, 1, 177);
    box-shadow: 0 0 10px rgb(0, 0, 253);
    border-radius: 20px;
}
.elemeent-him h5{
    font-size: 30px;
	color: #000;
	font-weight: 600;
	font-style: bold;
    padding: 10px 5px;
    text-align: left;
}
.elemeent-him h6{
    font-size: 30px;
	color: #000;
	font-weight: 600;
	font-style: bold;
    padding: 10px 5px;
    text-align: right;
    font-style: italic;
}
.sofa-fon2{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/moquette-fon2.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.4;
}













