#canvas, #canvasSl2{
width: 100%;
height: 73%;
position: absolute;
z-index: 1;
opacity: 1;
}
#Text{
    width: 100%;
    height: 100%;
}
body{
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar { 
    width: 0px; 
    background: transparent;  
}
.header{
    width: 100%;
    height: 100px;
    background-color: #10264A;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 45px;
}
.slides{
    height: 100%;
    width: 90%;
    margin: 0 auto; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 30px;
}
.slide{
    height: 80%;
    width: 45%;
}
.slide__title{
    font-size: 35px;
    color: #10264A;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    text-align: left;
}

.slide__title .voisin{
    font-size: 30px;
    color: #10264A;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    text-align: left;
}



.slide__price{
    font-size: 37px;
    font-family: 'Varela Round', sans-serif;
    letter-spacing: 0px;
    color: #5B6A82;
    text-transform: uppercase;
    text-align: left;
    margin-top: 10px;
}
.slide__imgs{
    margin-top: 17px;
    width: 100%;
    height: 64%;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
}
.slide__icons{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.peopleIcon{
    width: 80%;
    height: 100%;
}
.checkMarkIcon{
    width: 46%;
    height: 100%;
}
.icon > svg {
    width: 100%;
}
.icon{
    width: 30%;
}
.icon-2{
    margin-left: 25px;
    width: 25%;
}
.icon-special{
    width: 53%;
    height: 100%;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-special_2{
    width: 34%;
    margin-bottom: 4px;
}
.slide-Iconsitem_special{
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.slide-Iconsitem__text{
    color: #10264A;
    font-family: 'Varela Round', sans-serif;
    margin-left: 7px;
    font-size: 20px;
}
.slide-Iconsitem{
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.icon-4__down{
    margin-right: 10px;
}