/******************************************************************************
* 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(-115px);
    transform: translateY(-115px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    background: #1C506B;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.50);
}


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


/** Banner slider **/

.banner-section {
    position: relative;
}

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

.home .banner-section .blk-speed-interventions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 3;
}

.banner-section .video-overlay {
    background: linear-gradient(180deg, #000 0%, rgba(61, 61, 59, 0.00) 100%);
    background-blend-mode: multiply, normal;
    opacity: 1;
    z-index: 2;
}

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

.banner-slide__content {
    position: relative;
    z-index: 2;
    max-width: 885px;
}

.banner-subtitle {
    color: #5BBBEB;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    visibility: hidden;
    opacity: 0;
}

.banner-slide .active .banner-slide__item .banner-subtitle {
    visibility: visible;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 500ms;
    opacity: 1;
}

.banner-title {
    color: #FAF8F5;
    font-size: clamp(44px, 1rem + 4vw, 80px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0px;
}

.banner-slide__item .banner-title {
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
}

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

.banner-slide__content .banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    visibility: hidden;
    opacity: 0;
}

.banner-slide__content .banner-actions a {
    border-radius: 70px;
    padding: 7px 7px 7px 20px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    color: #FAF8F5;
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    gap: 15px;
}

.banner-slide__content .banner-actions a:hover {
    color: #AECA32;
    background: #FFF;
}

.banner-slide__content .banner-actions a .btn-icon {
    background: #5BBBEB;
}

.banner-slide__content .banner-actions a:hover .btn-icon {
    background: #AECA32;
}

.banner-slide__content .banner-actions a:hover .btn-icon svg path {
    fill: #FFF !important;
}

.banner-slide .active .banner-slide__item .banner-actions {
    visibility: visible;
    opacity: 1;
    animation: fadeInLeft;
    -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;
}


/** Marquee **/

.marquee-box {
    padding: 18px 0;
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    width: 100%;
    transform: none;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - 30px));
    }
}

.marquee-content {
    flex: 0 0 auto;
    /* min-width: 100%; */
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    --min-width: 100%;
    animation: scroll 62.0389990234375s linear 0s infinite;
    animation: scroll 20s linear 0s infinite;
    animation-play-state: running;
    animation-delay: 0s;
    animation-direction: normal;
}

.marquee-box:hover .marquee-content {
    animation-play-state: paused;
}

.marquee-content>span {
    display: inline-block;
    color: #FAF8F5;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.18182em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-right: 30px;
    padding-top: 5px;
}

.marquee-content>span img {
    margin-right: 30px;
    position: relative;
    top: -5px;
}


/** About us **/

.grid-image>.row {
    margin: 0 -12px;
}

.grid-image>.row>div {
    padding-left: 12px;
    padding-right: 12px;
}

.macaron {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 209px;
    height: 209px;
    border-radius: 209px;
    background: #FAF8F5;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
}

@keyframes textrotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.macaron .text-circle {
    position: absolute;
    text-align: left;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    animation: textrotate 25s infinite linear;
}

.macaron .exp-logo {
    position: relative;
    padding-bottom: 10px;
}

.bloc-content .filigrane {
    margin: 0 0 30px 30px;
}

.bloc-content:not(:last-child) {
    margin-bottom: 30px;
}

.bloc-image.image-2 {
    width: 431px;
    height: 416px;
}

@media screen and (min-width:992px) {
    .bloc-image>img {
        width: 100%;
    }
}


/** Company benefits **/

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

.company-benefits__inner {
    position: relative;
    padding: 60px 40px;
    border-radius: 18px;
    overflow: hidden;
}

.company-benefits__items,
.company-benefits__content {
    position: relative;
    z-index: 3;
}

.company-benefits__items>.row {
    margin: 0 -12px;
}

.company-benefits__items>.row>div {
    padding-left: 12px;
    padding-right: 12px;
}

.benefit-item {
    position: relative;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 18px;
    height: 100%;
    background: rgba(255, 255, 255, 0.20);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.benefit-item .benefit-title {
    color: #FFF;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.454545em;
}

.benefit-item p {
    color: #fff;
    margin-bottom: 0;
}

.blk-find-agency {
    position: relative;
    display: flex;
}

.blk-find-agency .find-agency-form {
    max-width: 244px;
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.blk-find-agency .find-agency-form form {
    max-width: 244px;
}

.blk-find-agency .find-agency-form__note {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.blk-find-agency .find-agency-form .form-control {
    font-family: "Source Sans 3", sans-serif;
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.444444em;
    text-transform: uppercase;
    vertical-align: middle;
    width: 244px;
    outline: none !important;
    height: 67px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #5BBBEB;
    border: 0;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blk-find-agency .find-agency-form .form-group {
    margin: 0;
    position: relative;
}

.blk-find-agency .find-agency-form .form-group button {
    display: flex;
    width: 43px;
    height: 43px;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: 0;
    margin: 0;
    border-radius: 21.5px;
    background: #FAF8F5;
    position: absolute;
    top: 12px;
    right: 24px;
    padding: 0;
}

.blk-find-agency .find-agency-form .form-group button:hover {
    background: #AECA32;
}

.blk-find-agency .find-agency-form .form-group button:hover svg path {
    fill: #FAF8F5 !important;
}

.find-agency-form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    border: 0;
    background: #5BBBEB;
}

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

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

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

.blk-find-agency .intervention-map {
    width: 380px;
    position: relative;
    margin-left: -80px;
}

.blk-find-agency .intervention-map svg a:hover path,
.agency-map svg a:hover path {
    fill: #AECA32 !important;
}


/** Partners **/

.intern .partners-section {
    padding: 40px 0 64px;
}

.intern .partners-section .sect-title {
    width: 113px;
}

.intern .partners__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.intern .partners-section .sect-title .bloc-title {
    line-height: 1.136365em;
}

.intern .partners-section .partners-slide__wrap {
    width: calc(100% - 143px);
}

.partners-slide {
    border: 1px solid #D3D3D3;
}

.partners-slide .partner-item {
    border-right: 1px solid #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 10px;
}

.partners-slide .owl-item .partner-item img {
    width: unset;
}

.partner-item img {
    transition: all 0.6s ease;
    transform: translateY(0);
}

.partner-item:hover img:first-child {
    transform: translateY(100%);
    opacity: 0;
}

.partner-item img:last-child {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: translateY(-350%);
    opacity: 0;
}

.partner-item:hover img:last-child {
    transform: translateY(0);
    opacity: 1;
}


/** Intervention area **/


/** faq **/

.faq__inner {
    position: relative;
    padding: 60px 40px;
}

.accordion.accordion-faq {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 30px;
}

.accordion.accordion-faq .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    min-height: 83px;
    overflow: hidden;
    border: 0;
    margin-bottom: 0;
    border-radius: 999px;
    position: relative;
    background-color: transparent;
    background-color: #FFF;
}

.accordion.accordion-faq .card.card-active {
    border-radius: 18px;
}

.accordion-faq .card-header .accordion-btn {
    font-family: "Source Sans 3", sans-serif;
    color: #3D3D3B;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.454545em;
    margin: 0;
    padding: 24px 30px;
    border: 0;
    text-transform: none;
    justify-content: space-between;
    gap: 20px;
    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;
    min-height: 83px;
    height: auto;
    background: #FFF;
}

.accordion-faq .card-header .accordion-btn.accordion-btn[aria-expanded="true"] {
    color: #5BBBEB;
}

.accordion-faq .card-header .accordion-btn .accordion-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 17.5px;
    background: rgba(3, 175, 229, 0.10);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion-faq .card-header .accordion-btn .accordion-ico:before {
    content: '+';
    color: #5BBBEB;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 0;
    position: absolute;
    top: auto;
    left: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"] .accordion-ico:before {
    content: '-';
    color: #FAF8F5;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"] .accordion-ico {
    background: #5BBBEB;
}

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

.accordion-faq .card .card-body {
    padding: 0 30px 15px;
    width: 100%;
    min-height: auto;
    border-radius: 0;
    border: 0;
}

.faq__content {
    max-width: 420px;
}

.blk-speed-interventions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 376px;
    position: relative;
    align-items: center;
}

.blk-speed-interventions .sect-title .bloc-title {
    font-size: 2em;
    font-weight: 700;
    line-height: 0.6875em;
    margin-bottom: 0;
}

.blk-speed-interventions ul {
    display: flex;
}

.blk-speed-interventions ul li {
    color: #AECA32;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.22222em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    min-width: 110px;
}

.blk-speed-interventions ul li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(250, 248, 245, 0.3);
}

.blk-speed-interventions .speed-interventions__action a {
    font-weight: 600;
}


/** Latest news **/

.latest-news-section {
    padding: 100px 0 131px;
}

.actus-item {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 9px 114px 32px 0 rgba(0, 0, 0, 0.00), 6px 73px 29px 0 rgba(0, 0, 0, 0.01), 3px 41px 25px 0 rgba(0, 0, 0, 0.03), 1px 18px 18px 0 rgba(0, 0, 0, 0.04), 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item:hover {
    background: #5BBBEB;
}

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

.actus-item .actus-image:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(91, 187, 235, 0.50) 0%, rgba(91, 187, 235, 0.50) 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-item .actus-image .bloc-logo {
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item:hover .actus-image:before,
.actus-item:hover .actus-image .bloc-logo {
    opacity: 1;
}

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

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

.actus-text {
    position: relative;
    padding: 24px 0 0;
}

.actus-title {
    color: #3D3D3B;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33em;
    margin-bottom: 20px;
}

.actus-item:hover .actus-title a {
    color: #FAF8F5;
}

.actus-text .actus-date {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.142855em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border-radius: 35px;
    background: #5BBBEB;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item:hover .actus-text .actus-date {
    background: #FAF8F5;
    color: #5BBBEB;
}

.more-link {
    color: #3D3D3B;
    font-family: "Source Sans 3", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.more-link .btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #5BBBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item:hover .more-link {
    color: #FAF8F5;
}

.actus-item:hover .more-link .btn-icon {
    background: #FAF8F5;
}

.actus-item:hover .more-link .btn-icon svg path {
    fill: #5BBBEB !important;
}


/** Workflow **/

.workflow__inner {
    padding: 60px 40px;
}

.workflow__inner .bloc-text {
    margin-bottom: 40px;
}

.steps li {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 334px;
}

.steps li p {
    color: #fff;
    margin-bottom: 0;
}

.steps li .step-number {
    color: #FAF8F5;
    text-align: center;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.454545em;
    display: flex;
    width: 60px;
    min-width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #AECA32;
}

.steps li .step-title {
    color: #AECA32;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.454545em;
    margin-bottom: 10px;
}


/** Materials and equipment **/

.materials-equipment-section {
    padding: 100px 0;
}

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

.materials-equipment__content {
    margin-top: 50px;
}

.materials-equipment__content>.bloc-text {
    margin-top: 20px;
}

.materials-equipment__content>.row {
    margin: 0 -12px;
    gap: 30px 0;
}

.materials-equipment__content>.row>div {
    padding-left: 12px;
    padding-right: 12px;
}

.materials-equipment__item {
    position: relative;
    border-radius: 18px;
    background: #FFF;
    overflow: hidden;
    padding: 20px;
    box-shadow: 9px 114px 32px 0 rgba(0, 0, 0, 0.00), 6px 73px 29px 0 rgba(0, 0, 0, 0.01), 3px 41px 25px 0 rgba(0, 0, 0, 0.03), 1px 18px 18px 0 rgba(0, 0, 0, 0.04), 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.materials-equipment__item-thumb {
    margin-bottom: 20px;
    height: 258px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.materials-equipment__item:hover .materials-equipment__item-thumb img {
    animation: float 1.5s ease-in;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.materials-equipment__item-title {
    color: #5BBBEB;
    text-align: center;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.454545em;
    margin-bottom: 24px;
}


/** Agencies **/

.agencies__inner {
    position: relative;
    padding: 60px 40px;
}

.agencies__inner .blk-find-agency {
    width: 100%;
}

.agencies__inner .blk-find-agency .intervention-map svg,
.agencies__inner .blk-find-agency .intervention-map {
    width: 600px;
    height: auto;
    margin: 0;
}

.agencies__inner .blk-find-agency .find-agency-form {
    flex: 1;
    gap: 0;
}

.agencies__inner .blk-find-agency .find-agency-form__note,
.agencies__inner .blk-find-agency .find-agency-form {
    max-width: 100%;
}

.agencies__inner .blk-find-agency .find-agency-form__note {
    margin-bottom: 20px;
}


/** Testimonials **/

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

.testimonials-slide .owl-item .testimonial-quote {
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #5BBBEB;
}

.testimonials-slide .owl-item .testimonial-quote img {
    width: unset;
}

.testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-rating .ico-star {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-rating li .ico-star:before {
    content: '';
    background: url("../images/icons/ico-star.svg") no-repeat top left;
    width: 20px;
    height: 19px;
}

.testimonial-rating li.empty .ico-star:before {
    width: 20px;
    height: 19px;
    background: url("../images/icons/ico-star-empty.svg") no-repeat top left;
}

.testimonial-rating li:not(:first-child) {
    margin-left: 2px;
}

.testimonial-item {
    position: relative;
    border-radius: 18px;
    background: #FFF;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 9px 114px 32px 0 rgba(0, 0, 0, 0.00), 6px 73px 29px 0 rgba(0, 0, 0, 0.01), 3px 41px 25px 0 rgba(0, 0, 0, 0.03), 1px 18px 18px 0 rgba(0, 0, 0, 0.04), 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-item * {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-item:hover {
    background: #014668;
}

.testimonial-item .testimonial-author {
    color: #7D7D7D;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
}

.testimonial-item p {
    color: #7D7D7D;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.555555em;
    margin-bottom: 21px;
}

.testimonial-item:hover .testimonial-author,
.testimonial-item:hover p {
    color: #FAF8F5;
}

.testimonials-action {
    margin-top: 24px;
}

.testimonials-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonials-slide.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonials-slide.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

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

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

.testimonials-slide__wrap {
    margin-top: 35px;
    margin-bottom: 80px;
}

.testimonials-slide.owl-carousel .is-even .testimonial-item {
    transform: translateY(80px);
}

.testimonials__inner>.bloc-text {
    margin-top: 35px;
    display: inline-block;
    width: 100%;
}

.testimonial-foot {
    gap: 10px 5px;
}


/** Our projects **/

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

.our-projects__content {
    margin-top: 44px;
}

.project-item {
    position: relative;
}

.project-item .project-thumb {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 9px 114px 32px 0 rgba(0, 0, 0, 0.00), 6px 73px 29px 0 rgba(0, 0, 0, 0.01), 3px 41px 25px 0 rgba(0, 0, 0, 0.03), 1px 18px 18px 0 rgba(0, 0, 0, 0.04), 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.project-item .project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.project-item:hover .project-thumb img {
    transform: scale(1.1);
}

.project-item .project-text {
    position: relative;
    padding: 20px 0 0;
}

.project-item .project-cat {
    color: #5BBBEB;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.136365em;
    text-transform: uppercase;
}

.project-item .project-title {
    color: #3D3D3B;
    font-family: "Instrument Serif", serif;
    font-size: 1.875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4em;
}

.blk-project-details {
    margin-top: 44px;
}

.blk-project-details .project-details__head {
    margin-bottom: 52px;
}

.blk-project-details .project-details__head ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.blk-project-details .project-details__head ul li {
    color: #7D7D7D;
    font-size: clamp(20px, 1rem + 0.7vw, 26px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.384615em;
    display: flex;
    flex-direction: column;
    position: relative;
}

.project-details__head ul li:after {
    content: '';
    width: 1px;
    height: 72px;
    border-right: 1px solid rgba(125, 125, 125, 0.5);
    position: absolute;
    top: 0;
    right: -4vw;
}

.project-details__head ul li:last-child:after {
    display: none;
}

.project-details__content {
    margin-top: 40px;
}

.project-details__content .project-infos {
    padding: 24px 0 40px;
    border-bottom: 1px solid #D7D7D7;
}

.project-details__content .project-infos .project-infos-title {
    color: #3D3D3B;
    font-family: "Instrument Serif", serif;
    font-size: clamp(42px, 1rem + 2.8vw, 60px);
    font-style: italic;
    font-weight: 400;
    line-height: 1.2em;
}

.project-details__content .project-infos .bloc-text .h3 {
    margin-bottom: 0;
}

.project-details__content .project-infos .bloc-text ul {
    margin-bottom: 0;
}


/** Services **/

.service-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    box-shadow: 9px 114px 32px 0 rgba(0, 0, 0, 0.00), 6px 73px 29px 0 rgba(0, 0, 0, 0.01), 3px 41px 25px 0 rgba(0, 0, 0, 0.03), 1px 18px 18px 0 rgba(0, 0, 0, 0.04), 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

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

.service-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-radius: 14px;
    background: rgba(250, 248, 245, 0.20);
    backdrop-filter: blur(5px);
    display: flex;
    padding: 12px 20px;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

.service-item .service-title {
    color: #FAF8F5;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
}

.service-item .service-more-link {
    display: flex;
    width: 58px;
    height: 58px;
    min-width: 58px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FAF8F5;
}

.services-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
}

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

.services-slide.owl-carousel .owl-item {
    display: flex;
    flex: 0 0 480px;
    transition: flex 0.7s ease;
}

.services-slide.owl-carousel .owl-item:hover {
    flex: 0 0 600px;
}


/** Map **/

.blk-map {
    position: relative;
    width: 466px;
    height: 100%;
    border-radius: 18px;
    background: #FFF;
    overflow: hidden;
    box-shadow: 9px 114px 32px 0 rgba(0, 0, 0, 0.00), 6px 73px 29px 0 rgba(0, 0, 0, 0.01), 3px 41px 25px 0 rgba(0, 0, 0, 0.03), 1px 18px 18px 0 rgba(0, 0, 0, 0.04), 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}


/** Contact infos **/

.contact-infos__content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: -47px;
    position: relative;
    z-index: 3;
}

.contact-infos__content ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7D7D7D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    box-shadow: 9px 114px 32px 0 rgba(0, 0, 0, 0.00), 6px 73px 29px 0 rgba(0, 0, 0, 0.01), 3px 41px 25px 0 rgba(0, 0, 0, 0.03), 1px 18px 18px 0 rgba(0, 0, 0, 0.04), 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.contact-infos__content ul li:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(207deg, #5BBBEB 1.72%, #AECA32 98.28%);
    content: '';
    opacity: 0;
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-infos__content ul li:hover:before {
    opacity: 1;
}

.contact-infos__content ul li a {
    transition: none;
}

.contact-infos__content ul li .contact-title {
    color: #AECA32;
    font-size: 1.625rem;
    font-style: italic;
    font-weight: 400;
    line-height: 0.923075em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-infos__content ul li .contact-ico svg stop {
    transition: stop-color 0.3s ease;
}

.contact-infos__content ul li:hover .contact-ico svg stop {
    stop-color: #FAF8F5;
}

.contact-infos__content ul li:hover .contact-title,
.contact-infos__content ul li:hover {
    color: #fff;
}


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


/** Footer column **/

.footer-column__item {
    position: relative;
    padding: 40px 30px;
}


/** blk newsletter **/

.blk-newsletter {
    max-width: 592px;
    width: 100%;
}

.blk-newsletter .sect-title .sub-title {
    margin-bottom: 7px;
}

.blk-newsletter .newsletter__form {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 10px;
    padding-top: 10px;
}

.blk-newsletter .newsletter__form form {
    position: relative;
    width: 100%;
    max-width: 580px;
}

.blk-newsletter .newsletter__form-note {
    color: #FAF8F5;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.57143em;
}

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

.blk-newsletter .newsletter__form .form-group .form-control {
    font-family: "Source Sans 3", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
    height: 67px;
    padding: 22px 70px 22px 30px;
    border-radius: 100px;
    background: #5BBBEB;
    border: 0;
    box-shadow: none;
    text-transform: none;
}

.blk-newsletter .newsletter__form .form-group button {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: none;
    border-radius: 26px;
    background: #FFF;
    margin: 0;
    padding: 0;
}

.blk-newsletter .newsletter__form .form-group button:before {
    display: none;
}

.blk-newsletter .newsletter__form .form-group button:hover {
    background: #AECA32;
}

.blk-newsletter .newsletter__form .form-group button:hover svg path {
    fill: #FAF8F5 !important;
}

.blk-newsletter .newsletter__form .newsletter__form-submit {
    position: absolute;
    width: auto;
    right: 6px;
    top: 6px;
    z-index: 1;
}

.blk-newsletter .newsletter__form input:focus {
    background: #5BBBEB;
    border: 0;
    color: rgba(255, 255, 255, 1);
    box-shadow: none;
}

.footer-newsletter .newsletter__form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.70) !important;
}

.blk-newsletter .newsletter__form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.70) !important;
    opacity: 1;
    /* Firefox */
}

.blk-newsletter .newsletter__form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.70) !important;
}


/** Footer contacts **/

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

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

.footer-contacts ul li a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.footer-contacts ul li a:hover {
    text-decoration-line: none;
}


/** Footer usefull links **/

.footer-usefull-links {
    display: inline-block;
}

.footer-usefull-links:first-child {
    margin-bottom: 24px;
}

.footer-usefull-links a {
    color: #FAF8F5;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    position: relative;
}

.footer-usefull-links a:not(:last-child):after {
    content: '';
    width: 3px;
    height: 3px;
    position: relative;
    top: -3px;
    border-radius: 3px;
    display: inline-block;
    background: #FBF9F5;
    margin: 0 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-usefull-links a:hover {
    color: #5BBBEB;
}


/** Footer services and prestation **/

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

.footer-services ul li,
.footer-prestation ul li {
    color: #FAF8F5;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    position: relative;
    display: inline-block;
}

.footer-services ul li a:hover,
.footer-prestation ul li a:hover {
    color: #5BBBEB;
}


/** Footer bottom **/

.footer-bottom {
    padding: 30px 0;
}

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

.footer-bottom .img-logo {
    margin-right: 10px;
}

.copyright-text {
    color: #3D3D3B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
}

.copyright-text a:hover {
    color: #5BBBEB;
}

.copyright ul {
    display: flex;
    flex-wrap: wrap;
}

.copyright ul li {
    float: left;
    position: relative;
}

.copyright ul li:not(:last-child):after {
    content: '-';
    position: relative;
    display: inline-block;
    margin: 0 5px;
    font-weight: 900;
}


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


/** Banner **/

.intern .banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 410px;
    padding-top: 120px;
}

.banner-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, #3D3D3B 0%, rgba(61, 61, 59, 0.00) 100%);
    background-blend-mode: normal, multiply, normal;
}

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

.intern.page-contact .banner-content {
    padding: 40px 0 87px;
}

.intern .banner-inner .blk-speed-interventions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    gap: 20px;
}

.intern .banner-inner .blk-speed-interventions .sect-title .bloc-title {
    max-width: 192px;
    line-height: 1.3125em;
    text-align: right;
}


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


/** Contact us **/

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

.contact-us__inner>.bloc-text {
    margin-bottom: 64px;
}

.bloc-text ul {
    margin-top: 0;
}

.img-hidden img {
    display: none;
}

.partners-slide .owl-item .partner-item img {
    width: 40%;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-tooltip {
    display: none !important;
}

body {
    top: 0 !important;
}

#goog-gt-vt {
    display: none !important;
}

#google_translate_element {
    display: none !important;
}

.mfp-iframe-holder .mfp-close {
    top: 10px;
    width: 50px;
    right: 10px;
    padding: 0;
    border-radius: 0px;
    height: 50px;
    display: flex;
    color: #333;
    justify-content: center;
    align-items: center;
    background: #5BBBEB;
}

.mfp-iframe-holder .mfp-close:hover {
    background: #5BBBEB;
}