
/* SUBSCRIBE ---------------------------------- */

.pcl-homeblock.img-subscribe {
}

.title-subscribe {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.intro-subscribe {
}

.title-footer-subscribe {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.intro-footer-subscribe {
    font-family: var(--font), sans-serif;
}

table.subscribe-form {
    width: 100%;
}

table.subscribe-form td {
    padding: 8px;
    /*border: 1px solid #ddd;*/
}

table.subscribe-form td.label {
    vertical-align: middle;
}

table.subscribe-form .textdata {
    padding: 3px 6px;
}
table.subscribe-form .select-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
table.subscribe-form select {
    position: relative;
    padding: 4px 24px 4px 8px;
    border:1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
table.subscribe-form .select-container::after {
    position: absolute;
    right: 8px;
    content: '\25BC';
    font-size: 15px;
    margin-top: 6px;
    color: #69c;
}

.cpcity-block, .responsable-block {
    display: flex;
}
.cpcity-block > *,
.responsable-block > * {
    flex-grow: 1;
}

.subscribe-button-confirm-container {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.subscribe-button-confirm {
    border: none;
    background: #e65c66;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    opacity: 0.8;
    padding: 6px 16px;
    border-radius: 2px;
    margin-right: 10px;
}
.textdata.field-error,
select.field-error {
    border: 1px solid red;
    background: rgba(255, 0, 0, 0.1); /* red */
}
.error-message.hidden {
    display: none;
}

.tbl-search .titl {
    background: #555;
    color: #fff;
}

.error-message {
    color: #CC0000;
    background: rgba(255, 0, 0, 0.05);
    padding: 7px;
    border-radius: 5px;
    margin: 7px 0;
}

.button-subscribe {
    background: var(--primary);
}


.data-cliattr {
    max-width:200px;

}

@media (min-width: 576px) {
    .data-cliattr {
        max-width:250px;
    }
}
@media (min-width: 768px) {
    .data-cliattr {
        max-width:420px;
    }
}
@media (min-width: 992px) {
    .data-cliattr {
        max-width:500px;
    }
}



