 {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: 20px 25px;
    width: 250px;
    height:200px;
    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;
    
    padding: 0px 12px;
    position:absolute;
    width: 595px;
    border-left: none;
    height: 590px;
    left:470px;
    
}


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



/* composition equipe professionnelle CPE DIABLOTINS */


.equipe {
    width:540px;
    height:450px;   
    margin:auto;
    margin-bottom:50px;
  
}

.top {
   background-color:rgb(63,165,235);
   margin:auto;
   text-align:center;
   height:40px;   
}


.top span {
    display:block;
    margin-top:-15px;
}

.middle {
      
   text-align:center;
   margin-top:40px;
   height:40px;   
   display:flex;

}

.cm , .diablotins{
    background-color:rgb(163,201,25); 
    width:260px;
    height:40px;
    margin:auto;    
    padding-top:10px;
}

.blank {

    width:30px;
}

.bottom {
   
    margin-top:40px;
    display:flex;

}


.left, .right {
    background-color:#FCF5F5;
    border:1px solid green;
    min-width:150px;
    text-align:center;
    height:330px;
    font-size:16px;

}

.left p {
    padding-top:-10px;
}

.center {
      background-color:#FCF5F5;
    border:1px solid green;
    min-width:130px;
    text-align:center;
    height:240px;
}


#texte h4 {
  text-align:left;
  font-size:18px;
  margin-bottom:20px;
}


