.hero-button,
.service-box img,
.service-page .service-title h2 img {
    margin-right: 20px
}

#sticky-header {
    background-color: #3a3a3a
}


@media (max-width:767.98px) {
    #sticky-header {
        padding-top: 18px !important;
        padding-bottom: 18px !important;

    }
}

#sticky-header .navigation li a {
    padding-bottom: 35px;
    padding-top: 35px;
    color: #fff;
    font-weight: 300;
    font-size: 13px
}

#sticky-header .navigation li a:hover {
    color: #fe512a
}

#sticky-header .sub-menu {
    padding-bottom: 0;
    padding-top: 0
}

#sticky-header .sub-menu li {
    border-bottom: 1px solid #bcbcbc;
    transition: .6s
}

#sticky-header .sub-menu li:hover {
    background-color: #fe512a
}

#sticky-header .sub-menu li a:hover {
    color: #000
}

#sticky-header .sub-menu li a {
    color: #000;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 23px;
    font-weight: 400
}

#sticky-header .header-btn a {
    font-size: 14px;
    font-weight: 500
}

.hero {
    padding-top: 0;
    background-image: url(../img/hero/5889063-1.webp);
    background-size: contain;
    background-repeat: no-repeat
}

.hero-content__heading {
    font-size: 44px;
    font-weight: 500
}

.hero-content__text,
.hero-lire-video {
    font-size: 20px;
    font-weight: 400
}

.hero-content__text {
    color: #000d68
}

.hero-content h1 {
    font-size: 43px;
    font-weight: 600 !important
}

#mobile-logos,
#partners-mobile,
.mobile-hero-buttons {
    display: none
}

.section-title__main {
    font-size: 35px;
    font-weight: 400
}

.featured-block__text {
    font-size: 14px;
    font-family: Poppins, sans-serif !important
}

.service-box div {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    min-height: 450px
}

.service-box img {
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px
}

.service-box img:hover {
    transform: scale(1.2)
}

.service-box h3 {
    display: inline-block;
    font-size: 22px;
    font-weight: 600
}

@media (max-width:767.98px) {
    .service-box h3 {
        font-size: 19px;
    }

    .service-box img {
        position: relative !important;
        top: 8px !important;
        width: 45px;

    }

}

.service-box p {
    color: #000;
    font-size: 18px;
    font-weight: 300
}

.service-box strong {
    font-weight: 500
}

.service-box a {
    font-weight: 500;
    font-size: 19px
}

.realisations-title h2 {
    margin-bottom: 50px
}

.realisation-buttons {
    list-style: none
}

.realisation-button {
    background: 0 0;
    color: #000;
    font-weight: 500;
    border: none;
    font-size: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .7s
}

.realisation-button i {
    margin-right: 10px
}

.realisation-button:hover {
    color: #ea411b;
    transform: scale(1.05)
}

.service-block,
.service-block-no-hover {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 6px 1px 34px -12px rgba(0, 0, 0, .75);
    border-radius: 20px
}

.service-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .374);
    opacity: 0;
    transition: opacity .3s;
    border-radius: 20px;
    backdrop-filter: blur(5px)
}

.service-block:hover::before {
    opacity: 1
}

.service-block h4,
.service-block:hover ul {
    position: relative;
    z-index: 1
}

.small-realisation {
    width: 250px;
    float: right
}

.service-block h4,
.service-block ul {
    color: #fff;
    display: none
}

.service-block:hover h4,
.service-block:hover ul {
    display: block
}

#motorvillage-pub {
    position: relative;
    top: 150px
}

#publicite .service-block {
    height: 350px
}

.facts-block__icon i {
    font-size: 40px;
    transition: .7s
}

.facts-block:hover .facts-block__icon i {
    color: #fff !important
}

.facts-block--orange {
    border-color: #b43cac
}

.facts-block--orange .facts-block__number,
.facts-block--orange .facts-block__title {
    color: #b43cac
}

.facts-block--orange.active,
.facts-block--orange:hover {
    background-color: #b43cac
}

.page-link,
.tg-footer-widget-link ul li i {
    color: #ea411b
}

.service-page .service-title h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 500;
    color: #000d68
}

.service-page .service-description p {
    font-size: 17px;
    text-align: center;
    color: #000
}

.service-page .service-box img {
    background-color: unset;
    margin-right: 0
}

.service-page .about__image {
    text-align: center
}

.service-page .about__image img {
    width: 60%
}

.active>.page-link {
    background-color: #ea411b;
    border-color: #ea411b
}

.pagination {
    --bs-pagination-disabled-bg: unset
}

.logo-icon {
    border-radius: 50%;
    margin-top: 20px;
    transition: 1s;
    box-shadow: 2px -1px 5px 0 rgba(0, 0, 0, .33)
}

.logo-icon:hover {
    width: 70px
}

@media (max-width:767.98px) {
    #sticky-header .navigation li a {
        color: #000;
        padding-bottom: 10px;
        padding-top: 10px
    }

    #sticky-header .sub-menu li:hover {
        background-color: unset
    }

    #sticky-header .sub-menu li a {
        font-weight: 300
    }

    .hero-content h1,
    .hero-content p {
        text-align: center
    }

    .hero-content .section-title,
    .hero-content h1 {
        font-size: 30px
    }

    .hero-content a {
        width: 70%;
        display: block;
        margin-bottom: 20px
    }

    #mobile-logos,
    #partners-mobile,
    .mobile-hero-buttons {
        display: block
    }

    #desktop-logos,
    #partners-desktop,
    .desktop-hero-buttons,
    .featured__image-right {
        display: none
    }

    .hero-button {
        display: inline;
        padding: 10px
    }

    .hero-lire-video {
        display: inline;
        font-size: 16px
    }

    .section-title__main {
        font-size: 23px;
        text-align: center !important
    }

    .small-realisation {
        width: unset;
        float: unset
    }

    #motorvillage-pub {
        position: unset;
        top: unset
    }

    .service-block {
        height: 200px;
        padding: 15px
    }

    #publicite .service-block,
    .service-block-no-hover {
        height: 150px
    }

    #publicite .service-block h4 {
        font-size: 16px
    }

    #publicite .service-block ul li {
        font-size: 10px
    }

    .service-page .service-title h2 {
        font-size: 25px;
        display: flex;
        align-items: center;
        text-align: left
    }

    .service-page .service-title h2 img {
        display: block;
        margin-right: 20px
    }
}

.testimonial-read-more {
    border: unset !important;
    font-size: 26px;
    background: unset;
    position: relative;
    bottom: 20px
}



.grecaptcha-badge {
    visibility: hidden;
}

.service-page .service-title h1 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 500;
    color: #000d68;
}