@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.captcha {
    margin:10px;
    padding:0px;
    border: 2px solid #008F8F;
    background-color: white;
    border-radius: 10px;
    min-width:300px;
    overflow:hidden;
    box-shadow: 2px 2px 4px black;
    font-family: 'Poppins', sans-serif;
}
.captcha .message {
    padding: 5px;
    font-size: 12px;
}
.captcha #capt-body {
    padding:5px;
}

.captcha .masquer { display:none; }

.captcha img.picto:hover {
    cursor:pointer;
    opacity: 0.75;
}
