.titre{
    color: rgb(0, 0, 0);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 60px;
}
.sous-titre{
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
}
.sous-titre1{
    color: rgb(0, 0, 0);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
}
.sous-titre2{
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
}
.sous-titre3{
    color: gray;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
}
.sous-titre5{
    color: #000000;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
}
.exdice{
    background-color: pink;
    color: black;
    border: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.nav{
    background-color: pink;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: none;
}
input{
    color: black;
    margin-bottom: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}
.btn-but{
    background-color: #dc3545;
    color: rgb(255, 255, 255);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 20px;
    width: 100%;
}
.btn-but:hover{
    background-color: #ffbebe;
    color: #dc3545;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 100%;
}
.bg-home{
    background-color: #ffc0cb;
}
.btn-button{
    background-color: #dc3769;
    color: #ffbebe;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 10px;
    width: 50%;
}
.btn-button:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 10px;
    width: 50%;
}
.quote{
    color: #cd3769;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    margin-left: 10%;
}
.card-expr{
    background-color: #ffc0cb;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    padding: 3%;
    margin-left: 40px;
}
.card-expr:hover{
    background-color: white;
    color: #cd3769;
    border-radius: 20px;
    padding: 3%;
    margin-left: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.card-cert{
    background-color: hotpink;
    margin-bottom: 15px;
    margin-left: 150px;
    border-radius: 80px;
    padding: 2%;
    width: 80%;
}
.bg-certificat{
    background-color: rgb(255, 229, 234);
}
.good{
    color: rgb(175, 66, 102);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.sous-titre4{
    color: white;
}
.title{
    color: #ffc0cb;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
}
.sou-title{
    color: antiquewhite;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
}
.bg-foot{
    background-color: #202020;
    border-radius: 60px;
}
.navbar{
     background-color: white;
     color: black;
     border: none;
     font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.bg-top{
    background-color: rgb(255, 229, 234);
}
.cer{
    background-color: rgb(255, 229, 234);
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: none;
}
.card-pict{
    background-color: rgb(255, 230, 234);
    border-radius: 40px;
    padding-bottom: 5%;

}
.card-cont{
    background-color: #ffecfb;
    border-radius: 40px;
}
a i{
    transition: all 0.3s linear;
}
a i:hover{
    transform: scale(1.5);
}
.card-pub{
    background-color: none;
    border: 2px #757575 solid;
    border-radius: 20px;
    padding-bottom: 5%;
}