.vacation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("/assets/img/vacation_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -37px;
    opacity: 0.35;
    z-index: -1;
}


.available::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("/assets/img/available_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -58px;
    opacity: 0.55;
    z-index: -1;
}


.accordion-button {
    font-weight: 600;
    font-size: 1.05rem;
    color: #004aad;
    background-color: #fff9ea;
    padding: 1rem;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #e6f0ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-body {
    font-size: 0.95rem;
    color: #333;
    background-color: #ffffff;
    padding: 1.25rem;
    border-top: 1px solid #eee;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}


.adds {
    background: #131F3B;
    color: white;
    border: 1px solid #131F3B;
}

.adds:hover {
    background: transparent;
    border: 1px solid #131F3B;

}

.adds1 {
    background: #157347;
    color: white;
    border: 1px solid #157347;
}

.adds1:hover {
    background: transparent;
    border: 1px solid #157347;

}

.bgtwo {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 8px;
}

.card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background-color: white;

}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translate(0px, 10px);
}

.p-dcpt p {
    /* color: currentColor; */
    color: rgb(134 134 134)
}

.bgtwo img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused)[contenteditable="false"] {
    border: none;
}

.rating li {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    margin: 0px 5px 15px 5px;
    transition: color 0.3s;
}

.rating li:hover span {
    color: #FBA31C !important;
}

textarea.form-control {
    height: 100px;
    /* font-style: italic; */
    color: #555;
}

.review-box {
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.review-box h6 {
    color: #003366;
    margin-top: 10px;
}

.review-box .fa-star {
    color: #FBA31C;
    margin: 0 1px;
}

.custom-padding-top {
    padding-top: 50px;
}

.custom-avatar {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto;
}

.custom-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-card-img {
    height: 241px;
}

.custom-card-title {
    font-size: 18px;
}

.review-box {
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    /* mobile */
    justify-content: center;
    padding: 1rem;
}

.title-link {
    color: #131f3b;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    max-width: 100%;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    height: 2.8em;
    line-height: 1.4em;
    text-align: center;
}

.ck.ck-editor__main>.ck-editor__editable {
    background: #ffffff00 !important;
}

.sworn-service,
.classic-service {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.sworn-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/background_sworn_service.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.75;
    z-index: -1;
}

.classic-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/background_classic_service.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.75;
    z-index: -1;
}

.ratings .rating-icon {
    background-position: 0 0;
    background-repeat: repeat-x !important;
    height: 13px;
    width: 80%;
}

.ratings .rate {
    background-position: 0 -13px;
    background-repeat: repeat-x !important;
    height: 13px;
    transition: all 0.5s ease-out 0s;
    width: 90px;
    margin-inline-start: -3px;
    margin-bottom: 3px;
}

.zoom-inside {
    transition: transform 0.3s linear;
    display: block;
}

.image-wrapper:hover .zoom-inside,
.image-container:hover .zoom-inside {
    transform: scale(1.1);
}

.image-container {
    overflow: hidden;
    display: inline-block;
    position: relative;
    border: rgba(160, 154, 154, 0.58) 1px solid;
}

.btn-primary {
    background-color: #7CF6D1;
    box-shadow: none;
    color: #131F3B;
    border: 1px solid #131F3B;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: white;
    box-shadow: none;
    color: #131F3B;
    border: 1px solid #131F3B;
}

@media (min-width: 768px) {
    .review-box {
        flex-direction: row;
        /* horizontal à partir de md */
        align-items: flex-start;
        text-align: left;
    }
}