.introjs-skipbutton{
    font-size: 13px !important;
    color: #fff !important;
}
.introjs-button, .introjs-button:hover{
    outline: none !important;
    background-image: none !important;
    background: #191970 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    border-shadow: none !important;
    text-shadow: none !important;
}
.introjs-button:hover{
    border: 1px solid #4d57da !important;
}
.introjs-tooltip {
    max-width: 100% !important;
    min-width: 375px !important;
    background: #4d57da !important;
    color: #fff !important;
}
.tutoriel{
    background: #4d57da;
    border: none;
    color : white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 20px;
}