.text-end {
    font-size: 12px;
}

.QRS-INDEX-intro-h1 {
    font-size: 30px;
    color: white;
    font-weight: 400;
}.QRS-INDEX-intro-p {
    font-size: 16px;
    color: white;
}
.QRS-INDEX-intro-span {
    font-size: 28px;
}
.QRS-INDEX-clients-p {
    font-size: 11px;
        color: #515151;
    text-align: center;
}
.QRS-client-section img {
    filter: saturate(0);
}
.QRS-client-section img:hover {
    filter: saturate(1);
    transition: 1s;
}
.QRS-FORM-select {
    display: block;
    width: 100%;
        padding: 11px!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8D8E92;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C7DCFB;
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
p {
    color: black;
}
.QRS-FOOTER-text {
    color: white;
    font-size: 14px;
}
.team-text h3 {
    font-size: 17px;
}
.team-text p {
    font-size: 13px;
}
.mob-only-i {
    display: none;
}
.QRS-form-mentions {
    font-size: 12px;
}
@media (max-width: 768px) { 
    .hide-mob {
        display: none;
    }
    .mob-only-i {
        display: inline;
    }
    .captcha-border {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.QRS-blog-h1 {
    font-size: 26px;   
}
.QRS-blog-h2 {
    font-size: 22px;
    color: #0e6ffd;
    margin-bottom: 20px;
}
.QRS-blog-h3 {
    font-size: 18px!important;
}
.QRS-blog-p {
    font-size: 14px;
    margin-bottom: 30px;
}

.text-right {
    text-align: right;
}
.accordion-body {
    text-align: left!important;
    color: black;
    font-size: 14px;
}
.accordion-button {
    color: #1b2c51!important;
}

.QRS-TARIFS-table {
    width: 100%;
    background: #eff5ff;
    border-radius: 5px;
}
.QRS-TARIFS-table td {
    padding: 20px 10px;
    border-bottom: 1px dashed gray;
    color: black;
    font-size: 14px;
}
.QRS-TARIFS-table-border-right {
    border-right: 1px dashed #ebebeb;
}
.QRS-TARIFS-table-no-border-bottom {
    border-bottom: none!important;
}
.QRS-TARIFS-table-parmois {
    font-size: 10px;
    color: gray;
    font-weight: 300;
}
.QRS-TARIFS-table-img {
    width: 20px;
}
@media (max-width: 768px) { 
    .QRS-TARIFS-table {
        display: block;
        overflow: auto;
    }
    .QRS-TARIFS-table td {
        font-size: 12px;
        min-width: 149px;
    }
}
.QRS-logo {
    height: 40px;
}

.QRS-client-img-link {
    color: black;
    font-size: 12px;
    line-height: 15px;
    display: block;
}
.QRS-client-img-link:link {
    color: black;
    font-size: 12px;
    line-height: 15px;
    display: block;
}
.QRS-client-img-link:hover {
    color: black;
    font-size: 12px;
    line-height: 15px;
    display: block;
}
.QRS-client-img-link:active {
    color: black;
    font-size: 12px;
    line-height: 15px;
    display: block;
}
.QRS-client-img-link:visited {
    color: black;
    font-size: 12px;
    line-height: 15px;
    display: block;
}


.QRS-fonctionnalites-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.V-FOOTER-text {
    color: white;
    font-size: 16px;
}

.QRAPP-SUBSCRIBE-offre {
    padding: 10px;
    border: 1px solid #dee2e6;
    background: white;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);   
    text-align: center;
    color: black!important;
}
.QRAPP-SUBSCRIBE-offre-nom {
    font-weight: 800;
    color: black;
    text-decoration: underline;
    text-decoration-color: #0d6efd;
    font-size: 28px;
}
.QRAPP-SUBSCRIBE-offre-prix {
    font-weight: 800;
    font-size: 28px;
}
.QRAPP-SUBSCRIBE-offre-prix sup {
    font-size: 12px;
    font-weight: 300;
}
.QRAPP-SUBSCRIBE-offre-sansengagement {
    font-size: 13px;
    font-weight: 400;
}
.QRAPP-SUBSCRIBE-offre-liste {
    text-align: left;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.QRAPP-SUBSCRIBE-offre-liste i {
    color: #0d6efd;
}
