{box-sizing: border-box}
#texte button {
font-family:"Comic Sans Ms", verdana;
text-align:center;

}



/* Style the tab */
div.tab {
    float: left;
    background-color: rgb(163,201,25);    
    width: 250px;
    height: auto;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: lightblue;
    color: black;
    padding: 87px 25px;
    width: 250px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
    font-size: 19px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: rgb(163,201,25);;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: orange;
}

/* Style the tab content */
.tabcontent {
    float: right; 
    margin-top:5px;

    
    position:absolute;
    width: 635px;
    border-left: none;   
    height: 590px;
    left:455px;
    
}


.tabcontent h3 {
    text-align:center;
    font-size:22px;
    padding-bottom:20px;
}

#texte h5 {
    margin-left:20px;
    font-size:16px;
    text-decoration:underline;
}



/************************************/


.tabcontent2 {
    float: right; 
    margin-top:5px;

    
    position:absolute;
    width: 635px;
    border-left: none;   
    height: 590px;
    left:455px;
    
}


.tabcontent2 h3 {
    text-align:center;
    font-size:22px;
    padding-bottom:2px;
}

#texte h5 {
    margin-left:20px;
    font-size:16px;
    text-decoration:underline;
}


div.tab2 {
    float: left;
    background-color: rgb(163,201,25);    
    width: 100px;
    height: auto;
   
}

/* Style the buttons inside the tab */
div.tab2 button {
    display: block;
    background-color: lightblue;
    color: black;
    padding: 87px 25px;
    width: 250px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
    font-size: 19px;
}

/* Change background color of buttons on hover */
div.tab2 button:hover {
    background-color: rgb(163,201,25);;
}

/* Create an active/current "tab button" class */
div.tab2 button.active {
    background-color: orange;
}






