/******************************************************************************
* 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(-128px);
    transform: translateY(-128px);
    -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;
    background: #000;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.sticked-menu .site-header-menu__inner>.site-branding {
    display: none !important;
}

.sticked-menu .site-navigation {
    display: flex !important;
}

.sticked-menu .site-navigation .menu>ul>li>a {
    padding: 55px 0;
}

.btn-1.tp-caption {
    margin-top: clamp(20px, 1rem + 5vh, 70px)!important;
}


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


/** Banner slider **/

.banner-slide-title {
    color: #FFF;
    text-align: center;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(24px, 1rem + 2vw, 75px) !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2 !important;
    text-transform: uppercase;
    margin-bottom: 88px;
}

.tp-bgimg:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.slide-item-arrow-text {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.slide-item-action .btn-1 {
    color: #FFF;
    font-family: "Instrument Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
    font-size: clamp(16px, 1rem + 0.3vw, 20px) !important;
    display: inline-flex !important;
}

.banner-section .site-navigation .site-navigation__inner {
    position: relative;
    z-index: 3;
}

.banner-section .site-navigation .site-navigation__inner .menu {
    border-top: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}


/** About us **/

.about-us-section {
    padding: 49px 0 126px;
}

.intern .about-us-section {
    padding: clamp(50px, 1rem + 7.8vh, 100px) 0 clamp(50px, 1rem + 5.7vh, 77px);
}

.intern .about-us-section .layer-shape {
    margin-top: -40px;
    width: 745px;
}

.about-us__content .sect-title .sub-title {
    margin-bottom: -11px;
}

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

.blk-experience {
    position: absolute;
    bottom: 30px;
    left: -73px;
    padding: 19px 36px 19px 73px;
    border-radius: 0 10px 10px 0;
    background: #7A282A;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.50);
}

.blk-experience .exp-text {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(18px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blk-experience .exp-year {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 0.857em;
    margin-bottom: 8px;
}

.blk-experience .exp-year span:first-child {
    font-size: 100px;
    font-weight: 900;
    line-height: inherit;
}

.bloc-image.image-1 {
    height: 575px;
    position: relative;
}


/** Big text **/

.big-text-section {
    padding: 44px 0 0;
    z-index: 2;
    white-space: nowrap;
}

.big-text-section .pin-spacer {
    padding-bottom: 0 !important;
}

.big-text-wrapper {
    padding-top: 0;
    white-space: nowrap;
}

.big-text-wrapper .big-text {
    text-align: center;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 123px;
    font-style: normal;
    font-weight: 900;
    line-height: 170px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #4B0B0C 0%, #7A282A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    white-space: nowrap;
}

.big-text-slide-wrapper .big-text-slide {
    margin-top: clamp(50px, 1rem + 17.1vh, 200px);
}

.big-text-slide__inner {
    overflow-x: clip;
    padding: 0 0 0 0;
}

.big-text-slide-wrapper {
    position: relative;
    height: 210px;
}

.big-text-slide {
    color: #313C52;
    font-size: clamp(32px, 1rem + 14.8vw, 300px);
    font-style: normal;
    font-weight: 800;
    line-height: 210px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    opacity: 1;
}

.big-text-slide .space-content {
    width: 500px;
    display: inline-block;
    text-align: right;
    padding-right: 40px;
}

.big-text-slide .last-text {
    width: var(--container-max-widths);
    text-align: center;
    position: relative;
    transform-origin: top center;
}


/** Company benefits **/

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

.benefit-area-4 {
    position: relative;
    width: 100vw;
    overflow: hidden;
    height: 100vh;
}

.benefits-wrapper-4 {
    gap: 35px;
    width: fit-content;
    display: flex;
    align-items: center;
}

.benefit-item {
    border-top: 1px solid #111111;
    width: 580px;
}

@media only screen and (max-width: 991px) {
    .benefit-item {
        width: 100%;
    }
}

.benefit-ico {
    display: inline-block;
    margin-bottom: 35px;
}

.benefit-title {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(20px, 1rem + 1.75vw, 60px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.benefit-list {
    border-top: 1px dashed #fff;
}

.benefit-list li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #fff;
    padding: 15px 0;
}

.benefit-list li:before {
    content: "+";
    margin-right: 4px;
}

.benefits-wrapper-4 .benefit-thumb {
    width: 100vw;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .benefits-wrapper-4 .benefit-thumb {
        width: 100%;
        position: inherit;
    }
}

.benefits-wrapper-4 .benefit-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.benefits-wrapper-4 .benefit-thumb-line-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    rotate: 180deg;
}

@media only screen and (max-width: 991px) {
    .benefits-wrapper-4 .benefit-thumb-line-wrapper {
        display: none;
    }
}

.benefits-wrapper-4 .benefit-thumb-line-wrapper span {
    width: 70px;
    height: 1000px;
    background-color: #111;
    transform-origin: right center;
    margin-left: -1px;
}


/** Intervention area **/

.intervention-area-section {
    padding: 125px 0 104px;
}

.intervention-area-section .layer-shape {
    margin-top: -442px;
}

.intervention-area-section .bloc-content .intervention-map {
    margin-right: -15px;
}

.bloc-content+.bloc-content {
    margin-top: 109px;
}

.grow-image {}

.grow {
    width: 100%;
    display: block;
    will-change: transform;
}


/** Services Immo**/

.our-services-immo-section {
    padding: 190px 0 208px;
}

.intern .our-services-immo-section {
    padding: 190px 0 55px;
}

.intern .our-services-immo-section .layer-bg {
    height: 1082px;
}

.big-text-section.big-text-services {
    margin-bottom: -71px;
}

.service-item {
    position: relative;
    height: 100%;
    width: 300px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}

.service-image {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.service-image span {
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.service-item:hover .service-image span {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

.service-image span:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.00) 56.67%);
    left: 50%;
    height: 100%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 1;
    border-radius: 10px;
    overflow: hidden;
}

.service-title a {
    color: #B0B0B0;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(24px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-title a:hover {
    color: #7A282A;
}

.service-title a:hover svg path {
    fill: #7A282A !important;
}

.services-slide .swiper-slide {
    width: auto;
    height: auto;
}

.services-slide-outer {
    margin-right: -15vw;
}


/** Testimonials **/

.testimonials-section {
    padding: 100px 0;
}

.big-text-section.big-text-testimonials {
    margin-top: -141px;
}

.testimonials-slide .swiper-slide {
    height: auto;
}

.testimonials-slide__navigation.slide-controls {
    justify-content: center;
    margin-top: 30px;
}

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

.testimonial-item {
    position: relative;
    border-radius: 10px;
    padding: 39px 45px;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-item:hover {
    border-radius: 10px;
    background: #202020;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.testimonial-item p {
    margin-bottom: 0;
}

.testimonial-author {
    color: #FFF;
    font-size: clamp(16px, 1rem + 0.2vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.445em;
    margin-top: 20px;
}

.testimonials__action {
    margin-top: 43px;
}


/** FAQ **/

.faq-section {
    padding: 195px 0 261px;
}

.big-text-section.big-text-faq {
    margin-bottom: -70px;
}

.faq-section .sect-title .bloc-title {
    margin-bottom: clamp(30px, 1rem + 3.2vw, 77px);
}

.accordion.accordion-faq {
    position: relative;
}

.accordion.accordion-faq .card {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    width: 100%;
    min-height: 80px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #FFF;
    background-color: #202020;
    max-width: 760px;
}

.accordion-faq .card-header .accordion-btn {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(22px, 1rem + 0.7vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.33em;
    margin: 0;
    border-radius: 0;
    padding: 20px 30px;
    border: 0;
    border-radius: 0;
    text-transform: none;
    justify-content: space-between;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: none;
    height: 100%;
    min-height: 80px;
    background-color: transparent;
}

.accordion-faq .card-header .accordion-btn span:first-child {
    margin-right: 15px;
}

.accordion-faq .accordion-ico {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"] {
    background-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"] .accordion-ico {
    transform: rotate(180deg);
}

.accordion-faq .card .card-header {
    margin: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-height: 80px;
    padding: 0;
    background: none;
    border: 0;
}

.accordion-faq .card .card-body {
    background: none;
    padding: 0 30px 20px;
    width: 100%;
    min-height: 80px;
}


/** Latest news **/

.latest-news-section {
    padding: 125px 0 153px;
}

.big-text-section.big-text-actus {
    margin-top: -145px;
}

.latest-news-content>.row>div:not(:last-child) {
    border-right: 1px solid #575757;
}

.actus-item {
    position: relative;
    height: 100%;
}

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

.actus-item .actus-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.actus-item:hover .actus-image:before {
    opacity: 0;
}

.actus-item .actus-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0.1px);
    transition: all .5s cubic-bezier(.15, .7, .78, 1);
}

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

.actus-item .actus-date {
    color: #B0B0B0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    position: relative;
}

.actus-item__txt {
    position: relative;
    padding: 30px 0;
}

.actus-item .actus-title {
    margin-bottom: 10px;
}

.actus-item .actus-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(24px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.33em;
    display: inline;
    background-image: linear-gradient(to left, #FFF, #FFF);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
    transition: background-size 1s;
}

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

.actus-item .actus-more {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-left: 10px;
    position: relative;
    top: -5px;
}

.actus-item:hover .actus-more {
    background-color: #fff;
    transform: rotate(0deg);
}

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

.latest-news-action {
    margin-top: 30px;
}


/** Speed contact **/

.speed-contact-section {
    padding: 43px 0;
}

.speed-contact-section .sect-title .bloc-title {
    margin-bottom: 10px;
}

.speed-contact-action {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.speed-contact-action .btn-link {
    color: #FFF;
    text-align: center;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(30px, 1rem + 1.8vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.speed-contact-action .btn-link:before {
    bottom: 0;
    left: 50%;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    background-color: currentColor;
}

.speed-contact-action .btn-link:hover:before {
    width: 20%;
}

.speed-contact-action .btn-link .btn-text {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
}

.speed-contact-action .btn-link .btn-text .text-one {
    position: relative;
    display: block;
    transition: all 0.5s;
}

.speed-contact-action .btn-link:hover .btn-text .text-one,
.speed-contact-action .btn-link:focus .btn-text .text-one {
    transform: translateY(-150%);
}

.speed-contact-action .btn-link .btn-text .text-one,
.speed-contact-action .btn-link .btn-text .text-two {
    white-space: nowrap;
}

.speed-contact-action .btn-link .btn-text .text-two {
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    top: 100%;
    display: block;
    transition: all 0.5s;
}

.speed-contact-action .btn-link:hover .btn-text .text-two {
    left: 50%;
    transform: translate(-50%, -100%);
}


/** Blk Contact infos **/

.blk-contact-infos {
    position: relative;
}

.blk-contact-infos .sect-title .bloc-title {
    margin-bottom: clamp(30px, 1rem + 1.8vw, 50px);
    font-size: clamp(28px, 1rem + 1.1vw, 36px);
    text-transform: uppercase;
    line-height: 1.275em;
}

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

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

.blk-contact-infos ul li .contact-title {
    color: #7A282A;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(24px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}


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


/* Footer column */

.footer-column {
    padding: 100px 0 66px;
}

.footer-column__item {
    position: relative;
}

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


/** Footer newsletter **/

.footer-newsletter {
    position: relative;
    padding-bottom: 50px;
    padding-top: 13px;
    border-bottom: 1px solid #575757;
    margin-bottom: 45px;
}

.newsletter-form__note {
    color: #B0B0B0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.85em;
    margin-bottom: 0;
}

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

.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 20px;
}

.newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    gap: 20px;
}

.newsletter-form .form-group .form-control {
    color: #FFF;
    font-family: "Instrument Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    height: 31px;
    padding: 0 0 5px 10px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    text-transform: none;
    width: 402px;
}

.newsletter-form .form-group button {}

.newsletter-form .form-group button:hover {}

.newsletter-form input:focus {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #FFF;
}

.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 contacts **/

.contact-list,
.footer-contacts-phone ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contacts-phone {
    margin-bottom: 57px;
}

.contact-list li,
.footer-contacts-phone ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contacts-phone ul li a,
.footer-contacts-phone ul li {
    color: #FFF;
    font-size: clamp(18px, 1rem + 0.4vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-contacts-phone ul li .contact-link {
    background-image: linear-gradient(to left, #FFF, #FFF);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
}

.contact-list {
    gap: 25px;
}

.contact-list li a,
.contact-list li {
    color: #FFF;
    font-size: clamp(16px, 1rem + 0.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-contacts-phone ul li a:hover,
.contact-list li a:hover {
    color: #7A282A;
}


/** Footer services **/

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

.footer-services ul li a {
    color: #FFF;
    font-size: clamp(16px, 1rem + 0.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

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


/** Footer certification and insurances **/

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

.footer-certification-insurance ul li a,
.footer-certification-insurance ul li {
    color: #FFF;
    font-size: clamp(16px, 1rem + 0.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.footer-certification-insurance ul li a:hover {
    color: #7A282A;
}


/** Copyright **/

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

.footer-copyright ul li a,
.footer-copyright ul li {
    color: #FFF;
    font-size: clamp(16px, 1rem + 0.2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-copyright ul li b {
    font-weight: 600;
}

.footer-copyright ul li a:hover {
    color: #7A282A;
}


/** Footer bottom **/

.arobiz-copyright {
    padding: 45px 0 52px;
    border-top: 1px solid #575757;
    text-align: center;
}

.arobiz-copyright-text a,
.arobiz-copyright-text {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.arobiz-copyright .img-arobiz {
    margin-top: -9px;
    margin-left: 10px;
}


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


/** Banner **/

.intern .banner-inner {
    position: relative;
    min-height: 596px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner-image:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.intern .banner-content {
    position: relative;
    z-index: 1;
}

.intern .banner-content .banner-title {
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: clamp(34px, 1rem + 3.1vw, 75px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}


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


/** Contact us **/

.contact-us-section {
    padding: clamp(50px, 1rem + 7.8vh, 100px) 0;
}

.grecaptcha-badge {
    z-index: 3;
}

.service-item:hover .service-title a {
    color: rgb(122, 40, 42);
}

.benefit-area-4 {
    position: relative;
}

.benefit-area-4::after {
    content: "";
    display: block;
    height: 100vh;
    /* zone de respiration */
}


/* Empêcher le freeze/jump initial */

.big-text-wrapper {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.big-text-wrapper .big-text {
    will-change: transform, color;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}


/* Assurer que les sections sont prêtes */

.about-us-section,
.company-benefits-section,
.our-services-immo-section,
.testimonials-section,
.intervention-area-section,
.faq-section,
.latest-news-section {
    position: relative;
    transform: translateZ(0);
}