

#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: 20px 25px;
    width: 250px;
    height:300px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
    font-size: 17px;
}

/* 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;
    margin-bottom:-10px;
}


.tabcontent h4 {
    text-align:center;
    font-size:20px;
}

.partenaires {
    margin-top:50px;
}