.op-verification-container {
    max-width: 900px;
    margin: 20px auto;
    font-family: 'Helvetica', sans-serif;
    color: #333;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.op-verification-container h2 {
    text-align: center;
    color: #222;
}

.op-verification-image {
    text-align: center;
    margin-bottom: 20px;
}

.op-verification-image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 5px;
}

.op-verification-table-wrapper {
    overflow-x: auto;
    margin-top: 20px;
}

.op-verification-table {
    width: 100%;
    border-collapse: collapse;
}

.op-verification-table th,
.op-verification-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.op-verification-table th {
    background-color: #f2f2f2;
    color: #333;
}

.op-verification-table tr:nth-child(even) {
    background-color: #fafafa;
}

.op-verification-table tr:hover {
    background-color: #f1f1f1;
}

.op-error {
    color: #c00;
    font-weight: bold;
    text-align: center;
}

.op-verification-qr img {
    max-width: 150px;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
}
.op-verification-qr p {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
}

.certificat a, .certificat a:link, .certificat a:visited{
	color:black!important;
}

.certificat a:hover, .certificat a:active{
	font-weight:bolder;
	color:red!important;
}
