
#servicesCtn {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-content: space-evenly;

    width:100%;
    height: 100%;
    min-height: 740px;
    background-color: rgb(240, 240, 240);    
}

#servicesCtn > div {
    padding: 5px;
    width: 26%;
    min-width: 180px;
    height: 30%;
    min-height: 240px; 
    border:2px solid rgb(200, 0, 0);    
    background-color: white;
    font-size: large ;
    font-weight: bold;   
    text-align: center;    
}

.Titre{
    background: rgb(150, 0, 0);
    opacity: 1;
    height: 25%;    
    color: white;
    padding: 15px;
    width: 100%;
    margin: auto; 
}   

.Texte{
    height: 50%;    
    color: black;
    padding: 15px;
    width: 100%;
    margin: auto; 
    font-weight: normal;
    font-size: medium;
}   

.BP{
    width: 100%;
    height: 25%;  
    margin: auto; 
}   

#ButtonLearn {
    background-color:rgb(200, 0, 0);
    color: white;
    padding: 10px 18px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: auto;
  }