/******************************************************************************
* Header
*******************************************************************************/
.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-108px);
    transform: translateY(-108px);
    -webkit-transition: visibility 300ms ease, -webkit-transform 300ms ease;
    transition: visibility 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, visibility 300ms ease;
    transition: transform 300ms ease, visibility 300ms ease, -webkit-transform 300ms ease;
    background: none;
}

.sticked-menu .site-navigation {
    background: #1A171C;
    backdrop-filter: blur(12px);
}

/******************************************************************************
* Content
*******************************************************************************/

/** Banner slider **/
.banner-section {
    position: relative;
}

.banner-slide .banner-slide__item {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 860px;
    height: 100vh;
    width: 100%;
}

.banner-slide__item .banner-image {
    -webkit-transition: 10s ease-out;
    transition: 10s ease-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-slide .swiper-slide.swiper-slide-active .banner-image {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner-slide__content {
    position: relative;
    z-index: 2;
}

.banner-subtitle {
    margin-bottom: 30px;
}

.banner-slide__item .banner-subtitle {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
    opacity: 0;
    visibility: hidden;
}

.banner-slide .swiper-slide.swiper-slide-active .banner-subtitle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-title {
    color: #FFF;
    font-size: clamp(28px, 1rem + 2vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0;
}

.banner-slide__item .banner-title {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    margin-bottom: 30px;
}

.banner-slide .swiper-slide.swiper-slide-active .banner-title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-slide__content .banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
}

.banner-slide .swiper-slide-active .banner-actions {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}



/** About us **/

.about-us-section {
    padding: 64px 0;
    margin-top: 64px;
}

.bloc-content .sect-title .bloc-title {
    margin-bottom: 32px;
}

.contact-btn {
    margin-top: 32px;
}

.bloc-image.image-1 {
    height: 100%;
    width: calc(50% - 12em);
    position: absolute;
    top: 0;
    left: 0;
}

.blk-experience {
    display: flex;
    padding: 20px 0 20px 40px;
    align-items: center;
    gap: 15px;
    border-left: 6px solid #B9914F;
    max-width: 376px;
}

.blk-experience .exp-text {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 30px;
}

.blk-experience .exp-year {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 0.725em;
    letter-spacing: 0.02em;
}

.blk-experience .exp-year span:first-child {
    font-size: 80px;
    font-weight: 800;
    line-height: 0.725em;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
}


/** Company benefits **/

.company-benefits-section {
    padding: 64px 0;
}

.company-benefits__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    margin-bottom: 17px;
}

.company-benefits__content>.row {
    margin: 0 -36px;
}

.company-benefits__content>.row>div {
    padding-left: 36px;
    padding-right: 36px;
}

.benefit-item {
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefit-item .benefit-image {
    margin-bottom: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 184px;
}

.benefit-item .benefit-title {
    color: #FFF;
    font-size: clamp(23px, 1rem + 0.8vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 0.92857em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.benefit-item p {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625em;
    margin-bottom: 0;
}


/** Intervention area **/

.intervention-area-section {
    padding: 106px 0;
    margin-top: 64px;
}



/** Services diag immo **/

.services-diag-section {
    padding: 64px 0;
    min-height: 730px;
}
.intern .services-diag-section {
    background: #111111;
}
.services-diag__content {
    background: #FFF;
    box-shadow: 0 16px 32px -8px rgba(12, 12, 13, 0.40);
    display: flex;
    max-width: 722px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    z-index: 2;
    position: relative;
    margin: 0 18px 0 auto;
}

.services-diag__content .sect-title .bloc-title {
    margin-bottom: 24px;
}

.services-diag__image {
    height: 100%;
    width: calc(50% - 12em);
    height: 730px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.services-items {
    background: #FFF;
    width: 100%;
}

.services-items .service-item:first-child {
    border-top: 1px solid rgba(0, 53, 77, 0.2);
}

.service-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 53, 77, 0.2);
}

.service-item__inner {
    position: relative;
    display: flex;
    padding: 7.5px 24px;
    align-items: center;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.service-item__inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background: #EFEFEF;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.service-item__inner:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}

.service-item .service-image {
    width: 185px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
    overflow: hidden;
    pointer-events: none;
    margin: -70px 0 0 -70px;
    -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-item:hover .service-image {
    opacity: 1;
}

.service-item .service-image span {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
    transform: scale(0) rotate(90deg);
}

.service-item:hover .service-image span {
    transform: scale(1);
}

.service-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-item .service-number,
.service-item .service-title {
    color: #1A171C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em;
}

.service-item .service-title {
    margin-left: 24px;
}

.service-item .service-more {
    margin-left: auto;
}

.service-item .service-more a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #1A171C;
}

.services-diag__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 24px;
}


/** Testimonials **/

.testimonials-section {
    padding: 60px 0 30px;
}

.testimonial-item {
    position: relative;
    border: 1px solid #000;
    width: 256px;
    min-height: 260px;
    padding: 24px;
    height: 100%;
}

.testimonials__items>.row>div:last-child .testimonial-item {
    width: 480px;
    padding: 24px 32px 32px;
}


.testimonial-item a.btn-1 {
    margin-top: 32px;
}

.testimonial-item p {
    margin: 25px 0 0;
    max-width: 416px;
}

.testimonial-item__title {
    color: #000;
    font-size: clamp(28px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}



/** Latest news **/

.latest-news-section {
    padding: 120px 0 90px;
}

.actus-item {
    position: relative;
}

.actus-item .actus-image {
    position: relative;
    width: 100%;
    height: 281px;
    border-radius: 8px;
    overflow: hidden;
}

.actus-item .actus-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.actus-text {
    padding: 50px 26px 10px;
    position: relative;
}

.actus-item .actus-title {
    color: #FFF;
    font-size: clamp(22px, 1rem + 0.7vw, 27px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.actus-item .actus-title:hover {
    background: linear-gradient(90deg, #B9914F 0%, #F8DB01 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.actus-item .actus-title a {
    background-image: linear-gradient(90deg, #B9914F 0%, #F8DB01 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 100%;
}

.actus-item .actus-title a:hover {
    background-size: 100% 1px;
}

.actus-item .actus-date {
    border-radius: 2px;
    background: linear-gradient(90deg, #B9914F 0%, #F8DB01 100%);
    display: flex;
    width: 80px;
    padding: 16px 12px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -60px;
    right: 26px;
    color: #1A171C;
    font-size: clamp(28px, 1rem + 1.3vw, 36px);
    font-style: normal;
    font-weight: 800;
    z-index: 2;
    line-height: 0.722222em;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.actus-item .actus-date .month {
    color: #1A171C;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.666666em;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.12);
    padding: 6px 10px;
    text-align: center;
}

.actus-item .actus-more a {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.75em;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 10px;
}

.actus-item .actus-more a:hover {
    color: #F8DB01;
}

.actus-item .actus-more a:hover svg path {
    fill: #F8DB01 !important;
}


/** COntact infos **/

.blk-contact-infos {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin-right: auto;
}


.blk-contact-infos ul li {
    display: flex;
    gap: 11px;
    flex-direction: column;
    color: #FFF;
    font-size: clamp(20px, 1rem + 0.8vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.57143em;
    padding: 50px 35px;
}


.blk-contact-infos ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}


.blk-contact-infos ul li .contact-ico {
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 10.667px;
    background: linear-gradient(90deg, #B9914F 0%, #F8DB01 100%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.blk-contact-infos ul li a:hover {
    font-weight: 700;
}


/** Map **/


.map-section {
    height: 660px;
}

.intervention-map {
    position: relative;
    z-index: 3;
    margin-top: -138px;
    display: inline-block;
}


/******************************************************************************
* Footer
*******************************************************************************/

/** Footer column **/

.footer-column {
    position: relative;
}

.footer-column__item {
    position: relative;
    padding-top: 56px;
    padding-bottom: 80px;
}

.footer-column__item:not(:last-child):before {
    content: '';
    border-right: 1px solid rgba(26, 23, 28, 0.20);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2%;
}

.footer-column__item:first-child:before {
    display: none;
}

.footer-column__item:nth-child(2):before {
    right: 4%;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-contacts,
.footer-services,
.footer-certification-insurance {
    padding-top: 25px;
}

/** Footer nesletter **/

.footer-newsletter {
    position: relative;
    max-width: 380px;
}

.newsletter-form__note {
    color: #1A171C;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.newsletter-form .form-group {
    margin-bottom: 0;
    width: 100%;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsletter-form form {
    display: flex;
    align-items: center;
    position: relative;
}

.newsletter-form .form-group .form-control {
    font-family: "Inter", sans-serif;
    color: #1A171C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
    height: 56px;
    padding: 18px 70px 18px 21px;
    border-radius: 5px;
    border: 1px solid #1A171C;
    background: rgba(0, 0, 0, 0.10);
    box-shadow: none;
    text-transform: none;
    width: 100%;
}

.newsletter-form .newsletter-form__submit {
    position: absolute;
    top: 4px;
    right: 4px;
    width: auto;
}

.newsletter-form .form-group button ,.devis-btn{
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: linear-gradient(90deg, #B9914F 0%, #F8DB01 100%);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 16px 32px -4px rgba(12, 12, 13, 0.10), 0 4px 4px -4px rgba(12, 12, 13, 0.05);
}

.newsletter-form input:focus {
    color: #1A171C;
    border: 1px solid #1A171C;
    background: rgba(0, 0, 0, 0.10);
    box-shadow: none;
}

.newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1A171C !important;
}

.newsletter-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1A171C !important;
    opacity: 1;
    /* Firefox */
}

.newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1A171C !important;
}


/** Footer services **/

.footer-services {
    width: 175px;
}

.footer-services ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-services ul li {
    color: #1A171C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    position: relative;
}

.footer-services ul li a:hover {
    font-weight: 700;
}


/** Footer contacts **/

.footer-contacts {
    width: 285px;
}

.footer-contacts ul {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.footer-contacts ul li .contact-ico {
    border-radius: 5.333px;
    background: linear-gradient(90deg, #B9914F 0%, #F8DB01 100%);
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.footer-contacts ul li {
    color: #1A171C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer-contacts ul li a:hover {
    font-weight: 700;
}


/** Footer certification and insurance **/

.footer-certification-insurance ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



/** Footer bottom **/
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px 20px;
    padding: 24px 0;
}


.copyright ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0;
}

.copyright ul li {
    position: relative;
    color: #1A171C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
}

.copyright ul:first-child li:not(:last-child) {
    margin-right: 8px;
    padding-right: 8px;
}

.copyright ul:first-child li:not(:last-child):before {
    content: '|';
    position: absolute;
    top: 0;
    right: -4px;
}

.copyright ul+ul {
    gap: 5px 20px;
    margin-left: auto;
}

.copyright ul li a:hover {
    color: #1A171C;
}

.img-copyright {
    margin-top: -5px;
}


/******************************************************************************
* Intern Page
*******************************************************************************/

/** Banner **/

.intern .banner-section .banner-inner {
    position: relative;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intern .banner-content {
    position: relative;
    padding: 40px 0 105px;
    z-index: 1;
}


/******************************************************************************
* Contact Page
*******************************************************************************/


/** Contact us **/

.contact-us-section {
    padding: 90px 0;
}