.video-popup {
    position: fixed;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    width: 102%;
    height: 100%;
}

.video-popup-in {
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
}

.video-popup iframe {
    display: block;
    margin: 0 auto;
}

.close-btn {
    position: absolute;
    top: 16px;
    right: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    font-size: 1.8rem;
    border: 2px solid #fff;
    border-radius: 23px;
    padding: 1px 10px 6px 10px;
    line-height: 1;
}

.video-wrapper {
    position: relative;
    cursor: pointer;
}

.video-thumbnail {
    width: 100%;
    height: auto;
}


@media (max-width: 600px) {
    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        white-space: break-spaces;
    }
}


.testimonial-item img {
    border-radius: 4px;
}

.testimonial-item .ti-title h4 {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 1rem 0;
    position: relative;
    display: block;
}

.testimonial-item .ti-description p {
    font-size: 1rem;
}


/*.services .services-list .service-item {*/
/*   display: flex;*/
/*    justify-content: center;*/
/*}*/


/*.services .services-list .service-item > div {*/
/*    position: relative;*/
/*    text-align: center;*/
/*}*/

.services .services-list {
    display: flex;
    flex-wrap: wrap;
}

.services .services-list .service-item strong {
    width: 56%;
    text-align: center;
}

.service-services .services-list .service-item strong {
    text-align: center;
}


@media (max-width: 767.9px) {
    .services .services-list .service-item, .service-services .services-list .service-item {
        text-align: center;
    }

    .services .services-list .service-item .back-im, .service-services .services-list .service-item .back-im {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    .services .services-list .service-item:before, .service-services .services-list .service-item:before {
        content: none;
    }

    .services .services-list .service-item > .back-im, .service-services .services-list .service-item > .back-im {
        position: relative;
    }

    .services .services-list .service-item > .back-im:before {
        position: absolute;
        width: 6rem;
        height: 6rem;
        top: -1rem;
        left: 0;
        background: #eef9ff;
        border-radius: 0.75rem;
        content: " ";
    }

    .services .services-list .service-item strong, .service-services .services-list .service-item strong {
        padding: 0 0.2rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 56%;
    }

    .service-services .services-list .service-item > .back-im:before {
        position: absolute;
        width: 6rem;
        height: 6rem;
        top: -1rem;
        left: 0;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 0.75rem;
        content: " ";
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar.navbar-light {
        /*margin-bottom: 3rem;*/
    }

    .navbar.navbar-light ul.navbar-nav {
        margin-left: auto;
        max-width: 460px;
        display: block;
    }

    .navbar.navbar-light ul.navbar-nav li.nav-item {
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .navbar .navbar-nav .nav-item .nav-link, .navbar .navbar-nav .nav-item .btn {
        font-size: 0.8rem;
    }
}

.service-review .review {
    font-size: 1.3rem;

    p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .service-review .review {
        font-size: 1.1rem;
    }
}

.service-review .review:before, .service-review .review:after  {
    content: none;
}

.services .services-list .service-item img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(35%) saturate(6663%) hue-rotate(177deg) brightness(93%) contrast(101%);
}

/*.tarifs {*/
/*    padding: 3rem 0 0 0;*/
/*}*/


.service-review .video-wrapper .img-fluid {
    object-fit: cover;
    width: 100%;
}

/*.service-review .video-wrapper:before, .service-review .video-wrapper:after {*/
/*    content: none;*/
/*}*/


@media (min-width: 1200px) {
    .tarifs .h1, h1 {
        font-size: 2.1rem;
    }
}

.title-lo, .vid-desc {
    color: #000;
}

.review-lo {
    opacity: 0.85;
    color: #000;
}

.vid-desc {
    font-weight: bold;
}


@media (min-width: 768px) {
    .title-lo, .review-lo, .vid-desc {
        color: #fff !important;
    }
}

.light-pink-bg {
    background: #fdecf2;
}

.services-video-section {
    padding: 7rem 0;
}


@media (max-width: 768px) {
    .services-video-section {
        padding: 5rem 0 3rem 0;
        margin-top: -2.5rem;
        background: #f9f9f9;

    }
}


@media (min-width: 1301px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1.05rem;
    }
}

.is-page-apas .service-header:before {
    content: none;
}

.is-page-apas .service-review .review {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}


.is-page-apas .service-header p {
    color: initial;
    font-size: 17px;
}


@media (min-width: 1200px) {
    .is-page-apas h3 {
        font-size: 1.55rem;
    }
}

.menu-section {
    padding: 2.5rem 0;
    a {
        text-decoration: none !important;
    }
}

.menu-section-card {
    position: relative;
    z-index: 1;
}

.menu-section-card:hover {
    background-color: #ffedf8;
    box-shadow: rgba(10, 10, 10, 0.1) 0 5px 20px;
}

.menu-section-title {
    font-weight: 700;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.5rem;
    color: #1f1f1f;
    margin: 1rem 0 0.5rem 0;
    text-align: center;
}

.menu-section-subtitle{
    font-size: 1rem;
    color: #333;
    margin: 0;
    text-align: center;
}


.partners-slider {
    display: block;
    position: relative;
    padding: 5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #13212a;
}
.partners-slider .container {
    position: relative;
    z-index: 2;
}
.partners-slider h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #770d30;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1.5rem;
    position: relative;
}
.partners-slider h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10rem;
    height: 2px;
    background: #770d30;
    content: " ";
}
.partners-slider p {
    color: rgba(255, 255, 255, 0.75);
}

.partners-slider {

    .partner-img {
        width: 153px;
        height: 100px;
        border-radius: 15px;

        img {
            width: 100%;
            object-fit: contain;
        }
    }
}

#bebe-box:before {
    background: #ffedf8;
    position: absolute;
    top: 0;
    width: 5rem;
    height: 5rem;
    content: " ";
    z-index: 0;
    border-radius: 0.75rem;
}

