
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 900px;
    color: green;
    text-align: center;
    align-self: center;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 11px 8px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    font-style: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 80%;
    border-left: none;
    height: 900px;
    background-color: #fff;
    color: #34404e;

}
#li {
    list-style-image: url(../img/favicon-small.png);
    margin: 0;
    padding-left: 30px;
    font-size: 14px;
}

.bachat{
font-weight: 400px;
font-style: bold;
line-height: 170%;
}
.bachat img{
    float: right;
    max-width: 50%;
    margin-left: 10px;
    border: 20px solid #eee;

}
.bachat h4 b{
line-height: 170%;
}
.bachat h1{
    font-weight: bold;
}
