/*PRESENTATION SIGNATURE*/

.signatures{
    margin-bottom:30px;
    overflow:hidden;
}

.bloc1 {
    font-family: Sans-Serif !important;
    font-size: 11pt !important;
}

.bloc2 {
    font-family: Sans-Serif !important;
    font-size: 9pt !important;
}

.redSignature {
    color: rgb(204, 0, 0) !important;
}

.signature-header {
    background-color: #d80a1d;
    padding: 10px;
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius:8px 8px 0px 0px;
}

.signatureBtn {
    border: 1px solid #d80a1d;
    width: 200px;
    margin: 0 10px;
    padding: 10px 0;
    box-shadow: 0 0 20px #d80a1d2c;
    margin-left: auto;
    margin-right: auto;
}

.responsive {
    width: 100%;
    max-width: 500px;
    height: auto;
}