.h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px
}

.h5 {
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 1.125rem;
    justify-content: center;
}

.rpContainer {
    display: flex;
    flex-direction: row;
}

.ToolContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.TutoContainer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    max-width: 1200px;
    font-size: 15px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.formulaireICM {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

#links {
    font-size: 14px !important;
}

#socials {
    font-size: 14px !important;
}

.stacksRPMulti {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
}

#main-container{
    height:100%;
    background-size:fill;
    color:white;
}

.frm_stackvs{
    height:100px !important;
    margin-top: 10px;
    margin-bottom:10px;
}

#MessageTrainer {
    white-space: pre-wrap; /* ou white-space: normal; */
    word-wrap: break-word;
    overflow: auto; /* ou overflow: visible; */
    font-size: 20px !important;
}

.column{
    display:flex;
    flex-direction: column;
}

p{
    font-size:15px;
}

.center{
    text-align: center;
}