/******************************************************************************
* Header
*******************************************************************************/
.grecaptcha-badge {
    z-index: 100;
}
.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(-156px);
    transform: translateY(-156px);
    -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: none;
}


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


/** Banner slider **/

.banner-section {
    position: relative;
}

.pattern-layer-logo {
    margin-bottom: -37px;
    z-index: 2;
    max-width: 801px;
    width: 42%;
}

.banner-inner {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

.banner-slide .banner-slide-item {
    position: relative;
    display: flex;
    align-items: start;
    height: 900px;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.banner-slide__content {
    position: relative;
    height: 100%;
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-title {
    color: #FFF;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.34em;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slide__content .banner-ico {
    opacity: 0;
    margin: 0 auto 35px auto;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.banner-slide__content .banner-ico svg {
    width: 80px;
    height: auto;
}

.banner-slide .banner-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    transform: translateY(20px);
}

.banner-slide-item:hover .banner-ico,
.banner-slide-item:hover .banner-actions {
    opacity: 1;
    transform: translateY(0);
}

.banner-slide-item .banner-actions a {
    min-width: 182px;
    padding: 16px 30px;
}

.panel-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: all 0.5s linear;
    background-color: #656565;
    opacity: 0;
}

.banner-image img,
.panel-background img {
    opacity: 0.8;
}

.home .banner-image,
.panel-background .item {
    opacity: 0;
    transition: all 0.5s linear;
    background-color: #000;
}

.banner-image {
    background-color: #000;
}

.panel-background .default {
    opacity: 1;
}

.panel-background .active {
    opacity: 1;
}

.banner-slide.swiper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-slide .swiper-slide {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    height: auto;
}


/** About us **/

.about-us-section {
    padding: 137px 0 88px;
}

.intern .about-us-section {
    padding: 142px 0;
}

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

.img-box .img-logo {
    max-width: 379px;
    width: 73%;
}

.bloc-image.image-1 {
    position: relative;
    border-radius: 275px 275px 0 0;
    overflow: hidden;
    width: 464px;
    height: 614px;
    margin-bottom: 57px;
}

.bloc-image.image-2 {
    position: relative;
    border-radius: 30px;
    height: 550px;
    margin-bottom: 89px;
}

.bloc-image>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pattern-layer-logo-2 {
    margin-right: -203px;
    margin-bottom: -86px;
    max-width: 920px;
    width: 65%;
}


/** Image section **/

.image-section {
    padding: 109px 0;
    overflow: hidden;
}

.image-section .pattern-layer-logo-2 {
    margin-right: -379px;
    margin-bottom: -175px;
    max-width: 920px;
    width: 65%;
}


/** Company benefits **/

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

.benefits__tab-box {
    position: relative;
    display: block;
}

.benefits__tab-box .section-title {
    text-align: right;
}

.benefits__tab-box .benefits-tab-buttons {
    position: relative;
    display: block;
    z-index: 9;
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
    background: #EBEBEB;
    padding: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00A1BD;
    border-radius: 15px;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn:hover::before {
    transform: scaleY(1.0);
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn.active-btn::before {
    transform: scaleY(1.0);
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn+.p-tab-btn {
    margin-top: 14px;
}

.benefits__tab-btn-shape-1 {
    position: absolute;
    top: 29px;
    right: -94px;
    z-index: 999;
    background-position: left center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scalex(0);
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn:hover .benefits__tab-btn-shape-1 {
    transform: scalex(1.0);
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn.active-btn .benefits__tab-btn-shape-1 {
    transform: scalex(1.0);
}

.benefits__tab-btn-shape-1 img {
    width: 100px;
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn span {
    position: relative;
    display: inline-block;
    color: #1E1E1E;
    font-family: "all-round-gothic", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.185em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn:hover span {
    color: #1E1E1E;
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn.active-btn span {
    color: #1E1E1E;
}

.benefits__tab-box .benefits-tab-buttons .p-tab-btn svg {
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 9px;
}

.benefits__tab-box .p-tabs-content {
    position: relative;
    display: block;
}

.benefits__tab-box .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.benefits__tab-box .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.benefits__tab-box .tabs-content__inner {
    position: relative;
    display: block;
    margin-left: 55px;
}

.benefits__right {
    position: relative;
    display: block;
    border-radius: 15px;
    background: #003863;
    padding: 20px 48px 20px 21px;
    display: flex;
    gap: 42px;
    min-height: 362px;
}

.benefits__img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 280px;
    min-height: 322px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits__content {
    flex: 1;
    position: relative;
    padding: 25px 0;
}

.benefits__content .benefits__title {
    color: #00A1BD;
    font-family: "all-round-gothic", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.365em;
    margin-bottom: 17px;
}

.benefits__content p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.63em;
}

.benefits__img>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.benefits__logo {
    position: absolute;
    top: auto;
    left: auto;
}


/** Intervention area **/

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

.intervention-area-section .bloc-content .bloc-image.image-1 {
    height: 570px;
    width: 464px;
    margin-bottom: 107px;
}

.blk-caption {
    color: #003863;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.934em;
    width: 417px;
}


/** Services Immo**/

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

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

.service-immo-item {
    position: relative;
    padding: 0 28px 28px;
    border-radius: 60px;
    background-color: #FFF;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.service-immo-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 60px;
    background-color: #003863;
    transform: scalex(0.7) rotatex(20deg);
    transition: all 0.4s linear;
    opacity: 0;
    z-index: -1;
}

.service-immo-item:hover:before {
    transform: scalex(1.0) rotatex(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.service-immo-image {
    width: 100%;
    height: 134px;
    position: relative;
    overflow: hidden;
    border-radius: 80px;
    margin-top: auto;
}

.service-immo-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.0);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.service-immo-item:hover .service-immo-image img {
    transform: scale(1.10) rotate(0deg);
}

.service-immo-ico {
    width: 130px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 60px 60px;
    background-color: #EBEBEB;
    margin: 0 auto 44px auto;
    z-index: 1;
    position: relative;
}

.service-immo-ico:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 60px 60px;
    background-color: #00A1BD;
    transform: scalex(0.7) rotatex(20deg);
    transition: all 0.4s linear;
    opacity: 0;
    z-index: -1;
}

.service-immo-item:hover .service-immo-ico:before {
    transform: scalex(1.0) rotatex(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.service-immo-item:hover .service-immo-ico svg path {
    fill: #fff !important;
}

.service-immo-title {
    color: #003863;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.335em;
    position: relative;
    margin-bottom: 12px;
}

.service-immo-title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 900ms ease;
}

.service-immo-item:hover .service-immo-title {
    color: #fff;
}

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

.service-immo-item p {
    color: #505050;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    margin-bottom: 49px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    min-height: 97px;
    padding: 0 17px;
}

.service-immo-item:hover p {
    color: #FFF;
}

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


/** Latest news **/

.latest-news-section {
    padding: 115px 0 190px;
}

.latest-news__head {
    margin-bottom: 32px;
}

.actus-item {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #FFF;
}

.actus-image {
    height: 344px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.actus-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: #000;
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

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

.actus-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

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

.actus-item__txt {
    padding: 54px 36px 34px;
    position: relative;
}

.actus-item .actus-date {
    color: #FFF;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.63em;
    position: relative;
    border-radius: 40px;
    background: #003863;
    min-width: 125px;
    height: 42px;
    position: absolute;
    top: -21px;
    right: 39px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 11px 13px 8px 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.actus-item:hover .actus-date {
    background: #00A1BD;
}

.actus-item .actus-title {
    color: #1E1E1E;
    font-family: "all-round-gothic", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.417em;
    margin-bottom: 18px;
}

.actus-item .actus-more a {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.63em;
    display: flex;
    align-items: center;
}

.actus-item .actus-more a svg {
    margin-left: 4px;
}

.actus-item .actus-title a:hover,
.actus-item .actus-more a:hover {
    color: #E56C33;
}

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

.actus-item .actus-plus {
    color: #FFF;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 45px;
    right: 0;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-30px);
    transform-origin: bottom;
    transition: all 500ms ease;
    z-index: 3;
}

.actus-item:hover .actus-plus {
    bottom: 0px;
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 300ms;
}


/** Multiple bloc **/

.multiple-bloc-section {
    padding: 57px 0;
}

.multiple-bloc__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 362px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 64px 75px 67px;
    height: 100%;
}

.multiple-bloc__txt {
    text-align: center;
    position: relative;
}

.multiple-bloc__txt .sect-title .bloc-title {
    max-width: 361px;
    margin: 0 auto 22px auto;
}

.multiple-bloc__txt p {
    margin-bottom: 29px;
}


/** Contact infos **/

.contac-infos-section {
    padding: 23px 0;
}

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

.contact-info-item {
    color: #505050;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.32em;
    transition: all 500ms ease;
}

.contact-info-item a {
    transition: none;
}

.contact-info-item .contact-txt {
    border-radius: 30px;
    background: #EBEBEB;
    overflow: hidden;
    /* min-height: 140px; */
    min-height: 182px;
    padding: 54px 5px 16px;
    transition: all 500ms ease;
}

.contact-info-item:hover .contact-txt {
    background: #00A1BD;
}

.contact-info-item .contact-ico {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url('../images/line-dashed-sm.svg') no-repeat top left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -35px auto;
    z-index: 2;
    position: relative;
}

.contact-info-item .contact-title {
    color: #1E1E1E;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.085em;
    margin-bottom: 2px;
    transition: all 500ms ease;
}

.contact-info-item:hover,
.contact-info-item:hover .contact-title {
    color: #fff;
}


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


/* Footer column */

.footer-column {
    padding: 66px 0 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-column__item {
    position: relative;
}

.footer-logo {
    margin: 16px 0 45px;
}

.footer-logo img {
    width: 73%;
    max-width: 385px;
}


/** Footer social **/

.footer-column .social-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-left: 52px;
}


/** Footer certificatiopn and insurance **/

.footer-certification-insurances {
    display: flex;
}

.footer-certification-insurances ul li {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer-certification-insurances ul li img {
    margin-left: 23px;
}

.footer-certification-insurances ul li:first-child {
    margin-bottom: 35px;
}


/** Footer newsletter **/

.footer-newsletter {
    position: relative;
    max-width: 533px;
    margin-left: auto;
    margin-right: auto;
}

.footer-newsletter .footer-title {
    background: none;
    padding: 0;
    margin-bottom: 26px;
    text-align: center;
    width: 100%;
    height: auto;
}

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

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

.newsletter-form .form-group .form-control {
    font-family: "Montserrat", sans-serif;
    color: #505050;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    height: 56px;
    padding: 15px 32px;
    border-radius: 40px;
    background: #FFF;
    border: 0;
    box-shadow: none;
    text-transform: none;
    width: 379px;
}

.newsletter-form .form-group button {
    height: 56px;
    width: 153px;
    border-radius: 40px;
    background: #00A1BD;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding: 13px 17px 10px 25px;
}

.newsletter-form .form-group button svg {
    margin-left: 2px;
}

.newsletter-form__note {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 0;
}

.newsletter-form input:focus {
    background: #FFF;
    color: #505050;
}

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

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

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


/** Footer contacts **/

.footer-contacts {
    position: relative;
    padding: 78px 0 72px;
}

.footer-contacts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-contacts ul li {
    color: #EBEBEB;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    display: flex;
}

.footer-contacts ul li .contact-ico {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 38px;
    background: url('../images/line-dashed.svg') no-repeat top left;
    background-size: cover;
}

.footer-contacts ul .contact-ico span {
    background-color: rgba(255, 255, 255, 0.10);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-contacts ul li:hover .contact-ico span {
    background-color: #E56C33;
}

.footer-contacts ul li .contact-title {
    color: #FFF;
    font-family: "all-round-gothic", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 14px;
}

.footer-contacts ul li .contact-title+span {
    min-height: 52px;
    display: flex;
    align-items: center;
}

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


/** Footer services **/

.footer-services ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.footer-services ul {
    padding-left: 23px;
}

.footer-services ul li:not(:last-child) {
    margin-bottom: 0;
}

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


/** Footer bottom **/

.footer-bottom {
    padding: 19px 0 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.copyright-text {
    color: #FFF;
    font-family: "all-round-gothic", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.copyright-text b {
    font-weight: 600;
}

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

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


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


/** Banner **/

.intern .banner-inner {
    position: relative;
    height: 573px;
    display: flex;
    align-items: center;
    padding: 218px 0 0;
    background: rgba(0, 161, 189, 0.75);
}

.breadcrumbs {
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.breadcrumbs a:hover {
    color: #E56C33;
}

.intern .banner-content {
    position: relative;
    text-align: center;
    padding-top: 15px;
    z-index: 2;
}

.intern .banner-content .banner-title {
    color: #FFF;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 26px;
}


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


/** Contact us **/

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

.hidden {
    opacity: 0;
    visibility: hidden;
}