/******************************************************************************
* Header
*******************************************************************************/

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

.sticked-menu {
    position: fixed;
    width: calc(100% - 40px);
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-148px);
    transform: translateY(-148px);
    -webkit-transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
    padding: 20px 0;
}

.sticked-menu .site-navigation__menu {
    box-shadow: 0 0 25px 0 rgba(126, 134, 166, 0.45);
}

.sticked-menu .other-links a.menu__client-area-link,
.sticked-menu .other-links a.menu__contact-link {
    background: #192F50;
}

.sticked-menu .other-links a.menu__free-quote-link {
    background: #FEB300;
}


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

/** Banner slider **/

.banner-section {
    position: relative;
}

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



.banner-slide .banner-image:before {
    content: '';
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 28.26%, #060606 85.69%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(0.5px);
}

.banner-slide__content {
    position: relative;
    padding-top: 110px;
}

.banner-subtitle {
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.20);
    display: inline-flex;
}

.banner-slide .owl-item .banner-subtitle .deco img {
    width: unset;
}

.banner-slide .owl-item.active .banner-subtitle {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 500ms;
}

.banner-title {
    color: #FFF;
    font-size: clamp(28px, 1rem + 2.1vw, 48px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.25em;
    letter-spacing: -0.0208334em;
    margin-bottom: 0;
}

.banner-slide .banner-title {
    margin-bottom: clamp(40px, 1rem + 2.9vw, 60px);
}

.banner-slide .owl-item.active .banner-title {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 600ms;
}

.banner-slide__content .banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}

.banner-slide__content .banner-actions .btn-icon img {
    width: unset;
}

.banner-slide .owl-item.active .banner-actions {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 700ms;
}

.banner-slide.owl-carousel .owl-stage {
    display: flex;
}

.banner-slide.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.slide-controls-nav.banner-slide__navigation {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 15px;
}

.slide-controls-nav.banner-slide__navigation .owl-prev,
.slide-controls-nav.banner-slide__navigation .owl-next {
    height: 64.45px;
    width: 64.45px;
    border-color: rgba(255, 255, 255, 0.80);
    background-color: transparent;
}


/** About us **/

.about-us-section {
    padding: 80px 0 65px;
}

.home .about-us-section .sect-title h1 {
    margin-bottom: clamp(40px, 1rem + 2.9vw, 60px);
}

.about-us-section .layer-logo {
    margin-top: 80px;
}

.about-us-section .bloc-content .bloc-image.image-1 {
    margin-bottom: 133px;
    width: 542px;
    height: 542px;
}

.intern .about-us-section .bloc-content .bloc-image.image-1 {
    margin-bottom: 54px;
}

.bloc-image.image-2 {
    max-width: 353.6px;
    max-height: 363.6px;
    width: 59%;
}

.bloc-image.image-2 img {
    border-radius: 353.946px;
    border: 4.923px solid #F3F3F3;
}

.bloc-icon {
    border: 10.482px solid #fff;
    width: 184px;
    height: 184px;
    border-radius: 160px;
    background-color: #192F50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 140px;
    margin-bottom: 46px;
}

.intern .about-us-section .bloc-icon {
    margin-bottom: 0;
}

/** Company benefits **/

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

.benefit-item {
    position: relative;
    padding: 30px 30px 0;
    border-radius: 20px;
    background: #DDE5D8;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item:hover {
    background: #fff;
}

.benefit-item .benefit-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 222px;
    margin-top: auto;
    border-radius: 210px 210px 0 0;
}

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

.benefit-item .benefit-image:before {
    content: '';
    background: linear-gradient(182deg, rgba(255, 255, 255, 0.30) 1.69%, rgba(255, 255, 255, 0.00) 41.51%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.benefit-item .benefit-title {
    color: #040618;
    text-align: center;
    font-size: clamp(24px, 1rem + 1.1vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item p {
    color: #585960;
    font-size: clamp(16px, 1rem + 0.3vw, 20px);
    font-style: normal;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item:hover p {
    color: #1C1C1C;
}

.experience-text {
    color: #FFF;
    font-size: clamp(24px, 1rem + 1.1vw, 32px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
}


/** Intervention area **/

.intervention-area-section {
    padding: 80px 0 58px;
}

.intervention-area-section .bloc-content .bloc-image.image-1 {
    margin-bottom: 205px;
    margin-left: 76px;
}

.intervention-area-section .bloc-content .bloc-image.image-2 {
    margin-bottom: 134px;
    max-width: 246.9px;
    width: 42%;
}

.intervention-map {
    margin-right: 32px;
    max-width: 504px;
    width: 85%;
}



/** Services diag immo **/

.our-services-immo-section {
    padding: 100px 0 60px;
}


.intern .our-services-immo-section {
    margin-bottom: 60px;
}

.our-services-immo-section .sect-title .sub-title {
    background: rgba(0, 0, 0, 0.20);
}

.service-item {
    position: relative;
    z-index: 1;
}

.service-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 37px;
    background-color: rgba(255, 255, 255, 0.30);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

.service-item__inner {
    position: relative;
    height: 100%;
    border-radius: 32px;
    margin: 5px 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item .service-image {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 32px;
}

.service-item .service-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(4, 6, 24, 0.00) 12.61%, rgba(0, 0, 0, 0.95) 71.01%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

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

.service-item .service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 26px;
    text-align: center;
    z-index: 1;
    min-height: 147px;
    display: flex;
    align-items: end;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.service-item .service-text:before {
    content: '';
    border-radius: 317px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.01) 44.32%);
    backdrop-filter: blur(7.40500020980835px);
    position: absolute;
    top: 0;
    left: 0;
    width: 317px;
    height: 317px;
    z-index: -1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.service-item:hover .service-text:before {
    top: 100%;
}

.service-item .service-ico {
    border-radius: 64px;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 26px;
    left: 26px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.service-item:hover .service-ico {
    background: #FEB300;
}

.services-slide .owl-item .service-item .service-ico img {
    width: unset;
}

.service-item .service-title {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.166666em;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-controls-nav.services-slide__navigation {
    justify-content: center;
    margin-top: 40px;
}


/** Testimonials **/

.testimonials-section {
    margin-top: 40px;
}

.testimonials-content {
    padding: 97px 0;
}

.testimonials-section .sect-title .sub-title {
    background: rgba(255, 255, 255, 0.20);
}

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

.testimonials-section:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #192F50;
    opacity: 0.70;
    content: '';
}

.testimonials-image img {
    border-radius: 20px 20px 0 0;
}


/** Latest news **/

.latest-news-section {
    padding: 80px 0 50px;
}


.actus-item {
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

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

.actus-item .actus-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.actus-item:hover .actus-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.actus-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.actus-item .actus-title {
    color: #1C1C1C;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
}

.actus-item .actus-more a {
    color: #fff;
    background-color: #8DA87F;
}

.actus-item:hover .actus-more a {
    background-color: #1E3A66;
}


/** Map **/

.map-section {
    padding: 60px 0;
}

.blk-map .content-map {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    border-radius: 20px;
}


/** Contact infos **/

.blk-contact-infos {
    position: relative;
    max-width: 450px;
    margin-top: 20px;
}

.blk-contact-infos ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.blk-contact-infos ul li {
    color: #1C1C1C;
    font-size: clamp(16px, 1rem + 0.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.166666em;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blk-contact-infos ul li:last-child {
    display: flex;
    align-items: start;
}

.blk-contact-infos ul li a:hover {
    color: #A38516
}

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

/* Footer column */

.footer-column__inner {
    padding: 78px 0 60px;
}

.footer-column__item {
    position: relative;
}

.footer-logo {
    margin-bottom: 24px;
    margin-top: -8px;
}


/** Footer services **/

.footer-contacts {
    width: 218px;
}

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

.footer-contacts ul li {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.715em;
    display: flex;
    gap: 13px;
}

.footer-contacts ul li a:hover {
    color: #FEB300;
}


/** Footer services **/

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

.footer-services ul li a {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2em;
    padding-left: 21px;
    position: relative;
}

.footer-services ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #FFF;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer-services ul li a:hover:before {
    background: #FEB300;
}

.footer-services ul li a:hover {
    color: #FEB300;
}


/** Footer social **/

.footer-social {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}


/** Footer certification insurance **/

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

/** Footer copyright **/

.footer-copyright {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.82857em;
    margin-bottom: 24px;
}


/** Footer Newsleter **/

.footer-newsletter {
    position: relative;
    border-radius: 20px;
    background: rgba(132, 132, 132, 0.10);
    backdrop-filter: blur(25px);
    padding: 35.9px 20px 20px 20px;
    max-width: 380px;
}

.footer-newsletter .footer-title {
    margin-bottom: 9px;
}

.newsletter-form__note {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.35715em;
    margin-bottom: 30px;
}

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

.newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.newsletter-form .form-group .form-control {
    font-family: "Inter", sans-serif;
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 60px;
    padding: 7px 60px 7px 18px;
    border-radius: 60px;
    background: rgba(4, 6, 24, 0.20);
    backdrop-filter: blur(15px);
    border: 0;
    box-shadow: none;
    text-transform: none;
    width: 100%;
}

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

.newsletter-form .form-group button {
    width: 46px;
    height: 46px;
    border-radius: 60px;
    background: #8DA87F;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-form .form-group button svg path {
    stroke: none !important;
}

.newsletter-form input:focus {
    color: #FFF;
    border: 0;
    background: rgba(4, 6, 24, 0.20);
}

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

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

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


/** Footer bottom **/

.footer-bottom__inner {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0 20px;
}

.footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px 30px;
}

.footer-bottom ul li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
}

.img-arobiz {
    margin-top: -3px;
}


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

/** Banner **/

.intern .banner-inner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    padding-top: 158px;
}

/* .intern.page-contact .banner-inner {
    min-height: 420px;
} */

.intern .banner-content {
    position: relative;
    padding-bottom: 20px;
}

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


/** Contact us **/

.contact-us__inner {
    padding: 60px 0;
}

.contact-us-section .sect-title .bloc-title {
    margin-bottom: 36px;
}

.contact-us-section .layer-logo {
    margin-left: 70px;
}

.tarteaucitronCTAButton,
#tarteaucitronCloseAlert {
    height: auto;
}

.pb-100 {
    margin-bottom: 120px;
}

.testimonials-action {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}