.title2 {
    color: white;
    font-size: 18px;
}


/* Partie 1 */
.pyt {
    border-radius: 7px;
}
.pyt2 {
    background-color: #4444446d!important;
    font-size: 14px !important;
}

.btn-perso {
    font-size: 14px;
}

/* Infos */
.desc2 {
    color: rgb(18, 194, 233);
    font-style: italic;
    font-size: 15px;

}

.under:hover {
    text-decoration: underline;
}


@media (max-width: 748px) {
    .pyt2 {
        font-size: 10px !important;
    }
}
@media (max-width: 390px) {
    .pyt2 {
        font-size: 7px !important;
    }
}